i gotta go

This commit is contained in:
2026-04-27 18:07:10 -04:00
parent 26ffc55d68
commit 6c4c6c35a5
2 changed files with 28 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ def handle_uuid_stuff(cat: Cat):
def save(cat: Cat, dont_save=False):
if os.path.exists("WEB_VERSION") and not dont_save:
print(
"Under this message, in quotes, will be a long string of text, this is your savefile, please copy this somewhere safe (WITHOUT THE QUOTES) and make sure to copy the whole thing, you will paste it back to load your game. You SHOULD be able to use CTRL+C and CTRL+V."
"Under this message, in quotes, will be a long string of text, this is your savefile, please copy this somewhere safe and make sure to copy the whole thing, you will paste it back to load your game. You SHOULD be able to use CTRL+C+."
)
print('"' + base64.b64encode(json.dumps(cat.to_dict()).encode()).decode() + '"')
handle_uuid_stuff(cat)