This commit is contained in:
cwx 2022-12-13 00:26:56 +08:00
parent 99b2dabd1d
commit cdc3f2d8c6

View File

@ -28,7 +28,7 @@ class htmlUtils:
while url_text == None:
if count <= 10:
try:
ntfy.sendMsg(f"请求地址:{curl}")
print(f"请求地址:{curl}")
res = s.get(curl,stream=True, headers=cls.headers, timeout=50)
if type == "bytes":
url_text = res