Skip to content

Commit

Permalink
Update go.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WittF committed Aug 17, 2024
1 parent 0275267 commit 6ea5808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tab/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def inner_request():
pushplusToken = configDB.get("pushplusToken")
if pushplusToken is not None and pushplusToken != "":
PushPlusUtil.send_message(pushplusToken, "抢票成功", "付款吧")

serverchanKey = configDB.get("serverchanKey")
if serverchanKey is not None and serverchanKey != "":
ServerChanUtil.send_message(serverchanKey, "抢票成功", "付款吧")
Expand Down

0 comments on commit 6ea5808

Please sign in to comment.