mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [crawlers] fix capture return error code
This commit is contained in:
parent
d1608e89e1
commit
194ae960fc
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class Crawler(AbstractModule):
|
||||||
|
|
||||||
except ConnectionError:
|
except ConnectionError:
|
||||||
print(capture.uuid)
|
print(capture.uuid)
|
||||||
capture.update(self, -1)
|
capture.update(-1)
|
||||||
self.refresh_lacus_status()
|
self.refresh_lacus_status()
|
||||||
|
|
||||||
time.sleep(self.pending_seconds)
|
time.sleep(self.pending_seconds)
|
||||||
|
|
Loading…
Reference in a new issue