This commit is contained in:
caiwx86 2024-10-28 13:51:34 +08:00
parent 905139fb40
commit 2bc780abc3

View File

@ -768,6 +768,7 @@ class ntfy:
'message': message,
'priority': 5
}
logging.info(message)
# 发送 POST 请求到 Gotify 服务器
response = requests.post(
f'{GOTIFY_URL}/message',