mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [crawler] typo: splash restart
This commit is contained in:
parent
c76986de05
commit
99e5b3d4f1
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def crawl_onion(url, domain, port, type_service, message, crawler_config):
|
||||||
|
|
||||||
if nb_retry == 2:
|
if nb_retry == 2:
|
||||||
crawlers.restart_splash_docker(splash_url, splash_name)
|
crawlers.restart_splash_docker(splash_url, splash_name)
|
||||||
time.spleep(20)
|
time.sleep(20)
|
||||||
|
|
||||||
if nb_retry == 6:
|
if nb_retry == 6:
|
||||||
on_error_send_message_back_in_queue(type_service, domain, message)
|
on_error_send_message_back_in_queue(type_service, domain, message)
|
||||||
|
|
Loading…
Reference in a new issue