mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [crawler] typo
This commit is contained in:
parent
672bb02bbf
commit
5ad529bc7f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue