refactor: update the main execution logic in run.py

This commit is contained in:
2026-01-18 05:59:56 +08:00
parent 83a9e38aa7
commit f919e71de1

1
run.py
View File

@@ -96,7 +96,6 @@ if threading.current_thread() is threading.main_thread():
atexit.register(_save_state) atexit.register(_save_state)
def process_single_team(team: dict) -> tuple[list, list]:
def process_single_team(team: dict, team_index: int = 0, teams_total: int = 0) -> tuple[list, list]: def process_single_team(team: dict, team_index: int = 0, teams_total: int = 0) -> tuple[list, list]:
"""处理单个 Team 的完整流程 """处理单个 Team 的完整流程