Internal errors do not stop the checking thread any more.

This commit is contained in:
Bastian Kleineidam 2014-03-14 20:23:04 +01:00
parent b18854649d
commit ac78c6d5b8

View file

@ -103,6 +103,8 @@ class Checker(task.LoggedCheckedTask):
self.setName(self.origname)
except urlqueue.Empty:
pass
except Exception:
self.internal_error()
def check_url_data (self, url_data):
"""Check one URL data instance."""