mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 21:58:03 +08:00
🔨 修复 Pushplus 推送换行的问题
This commit is contained in:
parent
90d25cdaad
commit
38291f2e75
@ -115,7 +115,7 @@ def message2pushplus(pushplus_token, content, pushplus_topic=None):
|
||||
data = {
|
||||
"token": pushplus_token,
|
||||
"title": "签到通知",
|
||||
"content": content,
|
||||
"content": content.replace("\n", "<br>"),
|
||||
"template": "json"
|
||||
}
|
||||
if pushplus_topic:
|
||||
|
Loading…
Reference in New Issue
Block a user