From 5ad529bc7f817e81fb9f89f1d4a69e2e0497d2d0 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 6 Apr 2020 10:57:51 +0200 Subject: [PATCH] fix: [crawler] typo --- bin/torcrawler/TorSplashCrawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/torcrawler/TorSplashCrawler.py b/bin/torcrawler/TorSplashCrawler.py index 18bb8be1..60fc103a 100644 --- a/bin/torcrawler/TorSplashCrawler.py +++ b/bin/torcrawler/TorSplashCrawler.py @@ -187,7 +187,7 @@ class TorSplashCrawler(): errback=self.errback_catcher, endpoint='execute', cache_args=['lua_source'], - meta={'father': father, 'current_url': url, 'error_retry' = error_retry}, + meta={'father': father, 'current_url': url, 'error_retry': error_retry}, args=self.build_request_arg(response.cookiejar) ) else: