mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [modules] disable LibInjection
This commit is contained in:
parent
4ee6b4d06d
commit
ba61d1ae69
2 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ class Crawler(AbstractModule):
|
|||
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()
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ DomainClassifier
|
|||
whoosh>=2.7.4
|
||||
|
||||
# LibInjection bindings
|
||||
pylibinjection>=0.2.4
|
||||
#pylibinjection>=0.2.4
|
||||
|
||||
#Others
|
||||
phonenumbers>8.12.1
|
||||
|
|
Loading…
Reference in a new issue