This commit is contained in:
Manchik
2026-04-25 04:17:13 +03:00
parent c82866b58a
commit 9b7001407f
23 changed files with 1225 additions and 258 deletions
+4
View File
@@ -165,6 +165,10 @@ async def validate_account(account: dict, params: dict, task_id: str = "") -> No
except Exception as cookie_err:
logger.warning(f"[validate] {login}: failed to save cookies — {cookie_err}")
from app.services.steam_auth import update_mafile_tokens
if update_mafile_tokens(steam, account):
logger.info(f"[validate] {login}: updated mafile tokens")
except Exception as exc:
status = "invalid"
error_msg = str(exc)