From cdc3f2d8c6e63f0e7475105f86c360b267197e0b Mon Sep 17 00:00:00 2001 From: cwx Date: Tue, 13 Dec 2022 00:26:56 +0800 Subject: [PATCH] fix ntfy --- utils/HtmlUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/HtmlUtils.py b/utils/HtmlUtils.py index 58a8fad..d2458d2 100644 --- a/utils/HtmlUtils.py +++ b/utils/HtmlUtils.py @@ -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