From 03f8264ed334232709ba75ea460561aee8791ad4 Mon Sep 17 00:00:00 2001 From: 2024 Date: Wed, 28 Aug 2024 12:32:34 +0800 Subject: [PATCH] 1 --- sendNotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendNotify.py b/sendNotify.py index 3da64f1..9fc10ab 100644 --- a/sendNotify.py +++ b/sendNotify.py @@ -159,7 +159,7 @@ def serverJ(title, content): "text": title, "desp": content.replace("\n", "\n\n") } - response = requests.post(f"https://sc.ftqq.com/{PUSH_KEY}.send", data=data).json() + response = requests.post(f"https://sctapi.ftqq.com/{PUSH_KEY}.send", data=data).json() if response['errno'] == 0: print('推送成功!') else: