debug-logs
Some checks failed
Deploy on push / deploy (push) Failing after 20s

This commit is contained in:
Untone 2024-03-04 20:25:47 +03:00
parent b62f40d549
commit e4915dcd7d

View File

@ -90,6 +90,8 @@ async def get_author_by_user_id(user_id: str):
if author:
await set_author_cache(author.dict())
except Exception as exc:
import traceback
traceback.print_exc()
logger.error(exc)
return author