Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
HoodieRocks committed Nov 27, 2023
1 parent 0f66db8 commit 3a2ab06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
52 changes: 0 additions & 52 deletions config.py

This file was deleted.

2 changes: 1 addition & 1 deletion routes/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def user_badges_by_id(id: int) -> tuple[dict[str, Any] | str, int]:
id=id,
)
except sqlite3.Error:
util.weblogs.error("Whoopsie!", traceback.print_exc())
util.weblogs.error("Whoopsie!", traceback.format_exc())
conn.rollback()

return "Database Error", 500
Expand Down

0 comments on commit 3a2ab06

Please sign in to comment.