fix
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ class htmlUtils:
|
||||
res = s.get(curl,stream=True, headers=cls.headers, timeout=10,allow_redirects=True)
|
||||
if res.status_code != 200:
|
||||
cls.remove_HtmlCache(curl)
|
||||
return None
|
||||
continue
|
||||
if type == "bytes":
|
||||
url_text = res
|
||||
if type == "json":
|
||||
|
||||
Reference in New Issue
Block a user