From f919e71de151eb63d4f808c8d269ec0c658f7124 Mon Sep 17 00:00:00 2001 From: kyx236 Date: Sun, 18 Jan 2026 05:59:56 +0800 Subject: [PATCH] refactor: update the main execution logic in `run.py` --- run.py | 1 - 1 file changed, 1 deletion(-) 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 的完整流程