Skip to content

Commit

Permalink
Add debug note if stats file not found
Browse files Browse the repository at this point in the history
  • Loading branch information
makeasnek committed Oct 27, 2023
1 parent c7e2a49 commit 001ca68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4569,6 +4569,7 @@ def create_default_database() -> Dict[str, Any]:
DATABASE = create_default_database()
save_stats(DATABASE)
else:
log.warning('No stats file found, making new one...')
DATABASE = create_default_database()
save_stats(DATABASE)

Expand Down

0 comments on commit 001ca68

Please sign in to comment.