mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 12:54:42 +00:00
Internal errors do not stop the checking thread any more.
This commit is contained in:
parent
b18854649d
commit
ac78c6d5b8
1 changed files with 2 additions and 0 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue