traceback-debug
All checks were successful
deploy / deploy (push) Successful in 1m5s

This commit is contained in:
Untone 2023-12-18 02:14:02 +03:00
parent a11ee74fc3
commit 40ac53d32d

View File

@ -62,6 +62,9 @@ async def check_auth(req) -> (bool, int | None):
pass
except Exception as e:
import traceback
traceback.print_exc()
# Handling and logging exceptions during authentication check
print(f"[services.auth] {e}")