mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
+4
-1
@@ -103,4 +103,7 @@ venv.bak/
|
||||
/site
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.mypy_cache/
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode
|
||||
+1
-1
@@ -577,7 +577,7 @@ class HTML(BaseParser):
|
||||
if self.url == DEFAULT_URL:
|
||||
reload = False
|
||||
|
||||
for i in range(retries):
|
||||
for _ in range(retries):
|
||||
if not content:
|
||||
try:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user