Skip to content

Commit

Permalink
change PlusUtil to PlusPlusUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
WittF committed Aug 2, 2024
1 parent 11a389d commit fe74348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tab/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from geetest.CapSolverValidator import CapSolverValidator
from geetest.NormalValidator import NormalValidator
from geetest.RROCRValidator import RROCRValidator
from util import PlusUtil
from util import PlusPlusUtil
from util.dynimport import bili_ticket_gt_python
from util.error import ERRNO_DICT, withTimeString
from util.order_qrcode import get_qrcode_url
Expand Down Expand Up @@ -627,7 +627,7 @@ def inner_request():
]
plusToken = configDB.get("plusToken")
if plusToken is not None and plusToken != "":
PlusUtil.send_message(plusToken, "抢票成功", "前往订单中心付款吧")
PlusPlusUtil.send_message(plusToken, "抢票成功", "前往订单中心付款吧")
if audio_path is not None and audio_path != "":
def play_sound_in_loop(file_path):
while True:
Expand Down
File renamed without changes.

0 comments on commit fe74348

Please sign in to comment.