fix ntfy
This commit is contained in:
parent
99b2dabd1d
commit
cdc3f2d8c6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user