Skip to content

Commit

Permalink
chg: [modules] disable LibInjection
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Sep 17, 2024
1 parent 4ee6b4d commit ba61d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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):
print(capture.uuid, crawlers.CaptureStatus(status).name, int(time.time()))

except ConnectionError:
print(capture.uuid)
self.logger.warning(f'Lacus ConnectionError, capture {capture.uuid}')
capture.update(-1)
self.refresh_lacus_status()

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ DomainClassifier
whoosh>=2.7.4

# LibInjection bindings
pylibinjection>=0.2.4
#pylibinjection>=0.2.4

#Others
phonenumbers>8.12.1
Expand Down

0 comments on commit ba61d1a

Please sign in to comment.