remove more todos i (think i) already did

This commit is contained in:
2026-04-27 19:05:22 -04:00
parent 88a0eb61fd
commit 1739e0336e
2 changed files with 1 additions and 4 deletions

View File

@@ -52,7 +52,6 @@ class Cat:
) )
else: else:
print("Your cat is still depressed! You can get catnip in the shop.") print("Your cat is still depressed! You can get catnip in the shop.")
# TODO: do what claude said in latest summary
def to_dict(self): def to_dict(self):
return vars(self) return vars(self)

View File

@@ -237,9 +237,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: