This commit is contained in:
cwx
2023-03-31 22:43:43 +08:00
parent 2ea4ac4041
commit 058bc23b1a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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":