Skip to content

Commit

Permalink
changed for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
rutra8002 committed Feb 18, 2024
1 parent 8774f4d commit 551f9bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def new_game(save, preset):
sounds.soundtrack()
startscreen = ss.StartScreen()
new_game(startscreen.save_to_load, startscreen.preset)
except:
break

except Exception as e:
print(e)
logging.error(e, exc_info=True)
raise

0 comments on commit 551f9bd

Please sign in to comment.