mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 14:50:20 +00:00
+1
-1
@@ -399,7 +399,7 @@ class HTML(BaseParser):
|
||||
for i in range(retries):
|
||||
if not content:
|
||||
try:
|
||||
content, result = loop.run_until_complete(_async_render(url=self.url, script=script, sleep=sleep, content=self.html, reload=reload, scrolldown=scrolldown, timeout=timeout))
|
||||
content, result = loop.run_until_complete(_async_render(url=self.url, script=script, sleep=sleep, wait=wait, content=self.html, reload=reload, scrolldown=scrolldown, timeout=timeout))
|
||||
except TimeoutError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user