testing-fix
Some checks failed
Deploy on push / deploy (push) Failing after 4m52s

This commit is contained in:
2025-09-01 00:13:46 +03:00
parent 68231b664e
commit 62529959a9
7 changed files with 34 additions and 35 deletions

View File

@@ -87,7 +87,7 @@ async def create_internal_session(author, device_info: dict | None = None) -> st
author.reset_failed_login()
# Обновляем last_seen
author.last_seen = int(time.time()) # type: ignore[assignment]
author.last_seen = int(time.time())
# Создаем сессию, используя token для идентификации
return await TokenManager.create_session(