Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
just in case this actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukashiixo committed Oct 5, 2023
1 parent 1edfeb6 commit 53fb62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/modules/logger_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ def write_log(e: Exception):
timestamp = datetime.datetime.now()
logger.exception(e)
print(f'[{timestamp}]: Caught Exception {e}')
sys.exit(1)

0 comments on commit 53fb62d

Please sign in to comment.