remove todo i did
This commit is contained in:
4
game.py
4
game.py
@@ -282,9 +282,7 @@ if __name__ == "__main__":
|
|||||||
data.save.handle_uuid_stuff(game.cat)
|
data.save.handle_uuid_stuff(game.cat)
|
||||||
except:
|
except:
|
||||||
print("Yep, that did NOT go as planned.")
|
print("Yep, that did NOT go as planned.")
|
||||||
print(
|
print("If there's no errors above this, yay.")
|
||||||
"If there's no errors above this, yay."
|
|
||||||
) # TODO: add crash saving for a exception crash.
|
|
||||||
else:
|
else:
|
||||||
if ui.confirm("Would you like me to attmept to run the save feature?"):
|
if ui.confirm("Would you like me to attmept to run the save feature?"):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user