From d577c04c7f0586ac419eedd6ae45e69365cd62e4 Mon Sep 17 00:00:00 2001 From: Pride-lee <84007026+Pride-lee@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:43:42 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 33e891b..4e941d1 100644 --- a/main.py +++ b/main.py @@ -32,7 +32,7 @@ content = result['msg'] # 进行推送 if SCKEY != '': - push_url = 'https://sctapi.ftqq.com/{}.send?title=content&desp={}'.format(SCKEY, content) + push_url = 'https://sctapi.ftqq.com/{}.send?title={}&desp={}'.format(SCKEY, content, content) requests.post(url=push_url) print('推送成功') except: