Skip to content

Commit 03f8264

Browse files
author
2024
committedAug 28, 2024
1
1 parent 38b3133 commit 03f8264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sendNotify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def serverJ(title, content):
159159
"text": title,
160160
"desp": content.replace("\n", "\n\n")
161161
}
162-
response = requests.post(f"https://sc.ftqq.com/{PUSH_KEY}.send", data=data).json()
162+
response = requests.post(f"https://sctapi.ftqq.com/{PUSH_KEY}.send", data=data).json()
163163
if response['errno'] == 0:
164164
print('推送成功!')
165165
else:

0 commit comments

Comments
 (0)
Please sign in to comment.