This commit is contained in:
2026-01-16 00:32:23 +08:00
parent 7e8c3784c1
commit 64707768f8
4 changed files with 273 additions and 20 deletions

2
run.py
View File

@@ -404,7 +404,7 @@ def process_accounts(accounts: list, team_name: str) -> list:
update_account_status(_tracker, team_name, email, "completed")
save_team_tracker(_tracker)
log.success(f"{AUTH_PROVIDER.upper()} 账号处理完成: {email}")
log.success(f"{AUTH_PROVIDER.upper()} 账号处理完成: {email}")
else:
# CRS 模式: 原有逻辑
if codex_data: