Skip to content

Commit

Permalink
测试 action 的延时
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurasep committed Mar 22, 2024
1 parent a80cd92 commit 08ce19f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/main/get_seat.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ def rebook_seat_or_checkout():
if res is not None:
# 延长半小时,寻找已预约的座位
if MODE == "5":
# logger.info("test")
current_time = datetime.datetime.now()
logger.info(current_time)
for item in res["data"]["data"]:
if item["statusName"] == "预约开始提醒":
ids = item["id"] # 获取 id
Expand Down

0 comments on commit 08ce19f

Please sign in to comment.