Skip to content

Commit

Permalink
fix: [crawlers] fix capture return error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jan 30, 2024
1 parent d1608e8 commit 194ae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/crawlers/Crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def get_message(self):

except ConnectionError:
print(capture.uuid)
capture.update(self, -1)
capture.update(-1)
self.refresh_lacus_status()

time.sleep(self.pending_seconds)
Expand Down

0 comments on commit 194ae96

Please sign in to comment.