Skip to content

Commit

Permalink
fix: remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintShit committed Jul 19, 2024
1 parent 0b5fff9 commit d1506a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/utils/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d1506a3

Please sign in to comment.