diff --git a/game.py b/game.py index 88f35ee..c4d628c 100644 --- a/game.py +++ b/game.py @@ -282,9 +282,7 @@ if __name__ == "__main__": data.save.handle_uuid_stuff(game.cat) except: print("Yep, that did NOT go as planned.") - print( - "If there's no errors above this, yay." - ) # TODO: add crash saving for a exception crash. + print("If there's no errors above this, yay.") else: if ui.confirm("Would you like me to attmept to run the save feature?"): try: