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 5fd5d9c commit f3e984f
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 @@ -395,7 +395,7 @@ def rebook_seat_or_checkout():
try:
get_auth_token()
res = get_member_seat(AUTH_TOKEN)
# logger.info(res)
logger.info(res)
if res is not None:
# 延长半小时,寻找已预约的座位
if MODE == "5":
Expand Down

0 comments on commit f3e984f

Please sign in to comment.