mirror of
https://github.com/TDSCDMAA/AutoMihoyoBBS.git
synced 2026-06-03 02:49:12 +08:00
pushdeer修正
This commit is contained in:
parent
be36aa8148
commit
accb15cb1a
2
push.py
2
push.py
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user