diff --git a/app/utils/report.py b/app/utils/report.py index 672260e0..37efb848 100644 --- a/app/utils/report.py +++ b/app/utils/report.py @@ -164,8 +164,7 @@ def login(username: str, password: str, client_ip: str, success: bool) -> None: client_ip=client_ip, status="✅ Success" if success else "❌ Failed" ) - except Exception as exc: - print(exc) + except Exception: pass try: discord.report_login(