From 99e5b3d4f1a1fb4b7aa699692942ad035fa04881 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 1 Apr 2021 10:24:29 +0200 Subject: [PATCH] fix: [crawler] typo: splash restart --- bin/Crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Crawler.py b/bin/Crawler.py index e9f75f9a..f02a9929 100755 --- a/bin/Crawler.py +++ b/bin/Crawler.py @@ -208,7 +208,7 @@ def crawl_onion(url, domain, port, type_service, message, crawler_config): if nb_retry == 2: crawlers.restart_splash_docker(splash_url, splash_name) - time.spleep(20) + time.sleep(20) if nb_retry == 6: on_error_send_message_back_in_queue(type_service, domain, message)