Skip to content

Commit

Permalink
Update get_seat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurasep authored Mar 22, 2024
1 parent f3e984f commit 0093fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/main/get_seat.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def rebook_seat_or_checkout():
if MODE == "5":
# logger.info("test")
for item in res["data"]["data"]:
if item["statusName"] == "预约开始提醒":
if item["statusName"] == "预约开始提醒" or item["statusName"] == "预约成功":
ids = item["id"] # 获取 id
space = item["space"] # 获取 seat_id
name_merge = item["nameMerge"] # 获取名称(nameMerge)
Expand Down

0 comments on commit 0093fb9

Please sign in to comment.