pushdeer修正

This commit is contained in:
Womsxd 2022-04-21 17:08:41 +08:00
parent be36aa8148
commit accb15cb1a
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68

View File

@ -89,7 +89,7 @@ def pushdeer(status, push_message):
http.get(
url=f'{cfg.get("pushdeer", "api_url")}/message/push',
params={
"push_key": cfg.get("pushdeer", "token"),
"pushkey": cfg.get("pushdeer", "token"),
"text": title(status),
"desp": str(push_message).replace("\r\n", "\r\n\r\n"),
"type": "markdown"