From 2bc780abc37de19edf0cc68b9050e0a8b1c49096 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 28 Oct 2024 13:51:34 +0800 Subject: [PATCH] fix --- Comics/_utils/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Comics/_utils/utils.py b/Comics/_utils/utils.py index 6889a47..4787374 100644 --- a/Comics/_utils/utils.py +++ b/Comics/_utils/utils.py @@ -768,6 +768,7 @@ class ntfy: 'message': message, 'priority': 5 } + logging.info(message) # 发送 POST 请求到 Gotify 服务器 response = requests.post( f'{GOTIFY_URL}/message',