From 88a0eb61fda4462ffdf9b8c160956bade0d8d1ec Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Mon, 27 Apr 2026 19:04:38 -0400 Subject: [PATCH] remove todo i did --- game.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: