refactor: update the main execution logic in run.py
This commit is contained in:
1
run.py
1
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 的完整流程
|
||||
|
||||
|
||||
Reference in New Issue
Block a user