Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurasep committed Apr 5, 2024
1 parent 44b4f47 commit 95cd33d
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 @@ -342,7 +342,7 @@ def select_seat(build_id, segment, nowday):
global MESSAGE
retries = 0 # 添加重试计数器
# 初始化
while not FLAG or retries < 2000:
while not FLAG and retries < 2000:
retries += 1
# 获取座位信息
# 优选逻辑
Expand Down

0 comments on commit 95cd33d

Please sign in to comment.