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