This commit is contained in:
caiwx86 2022-12-17 00:58:45 +08:00
parent fddefe0af2
commit a350d640ec

View File

@ -60,6 +60,7 @@ class htmlUtils:
if count < 5:
try:
res = requests.get(curl, headers=cls.headers, timeout=180)
time.sleep(1.5)
data_json = res.json()
return data_json
except: