Skip to content

Commit

Permalink
fix: 类名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
WittF committed Aug 3, 2024
1 parent 852ddbc commit d5198d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tab/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def inner_request():
]
pushplusToken = configDB.get("pushplusToken")
if pushplusToken is not None and pushplusToken != "":
pushplusUtil.send_message(pushplusToken, "抢票成功", "前往订单中心付款吧")
PushPlusUtil.send_message(pushplusToken, "抢票成功", "前往订单中心付款吧")

serverchanToken = configDB.get("serverchanToken")
if serverchanToken is not None and serverchanToken != "":
Expand Down

0 comments on commit d5198d7

Please sign in to comment.