diff --git a/tab/go.py b/tab/go.py index 7730502..a433d8b 100644 --- a/tab/go.py +++ b/tab/go.py @@ -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, "抢票成功", "付款吧")