Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
fix(project): pushplus title
Browse files Browse the repository at this point in the history
  • Loading branch information
HdShare committed Jun 13, 2024
1 parent eb2ddcf commit eb5ab2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pg/PgEntry.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ def entry():
send_content += ">环境变量未配置\n"
send_content += "#####################################\n"
print(send_content)
PushPlus.send("GameHelperAction-和平营地", send_content)
PushPlus.send("Action-和平营地", send_content)
2 changes: 1 addition & 1 deletion src/smoba/SmobaEntry.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ def entry():
send_content += ">环境变量未配置\n"
send_content += "#####################################\n"
print(send_content)
PushPlus.send("GameHelperAction-王者营地", send_content)
PushPlus.send("Action-王者营地", send_content)

0 comments on commit eb5ab2b

Please sign in to comment.