mirror of https://github.com/CIRCL/AIL-framework
fix: [crawlers] fix capture return error code
parent
d1608e89e1
commit
194ae960fc
|
@ -161,7 +161,7 @@ class Crawler(AbstractModule):
|
|||
|
||||
except ConnectionError:
|
||||
print(capture.uuid)
|
||||
capture.update(self, -1)
|
||||
capture.update(-1)
|
||||
self.refresh_lacus_status()
|
||||
|
||||
time.sleep(self.pending_seconds)
|
||||
|
|
Loading…
Reference in New Issue