diff --git a/run.py b/run.py index a64b125..d27de90 100644 --- a/run.py +++ b/run.py @@ -96,7 +96,6 @@ if threading.current_thread() is threading.main_thread(): 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]: """处理单个 Team 的完整流程