fix
This commit is contained in:
@@ -76,6 +76,7 @@ def save(cat, hide_web_message=False):
|
|||||||
currentjson[f"saves/{cat.name}.kitten"] = hash_file(f"saves/{cat.name}.kitten")
|
currentjson[f"saves/{cat.name}.kitten"] = hash_file(f"saves/{cat.name}.kitten")
|
||||||
with open(hash_path, "w") as f:
|
with open(hash_path, "w") as f:
|
||||||
json.dump(currentjson, f)
|
json.dump(currentjson, f)
|
||||||
|
print("Saved.")
|
||||||
|
|
||||||
|
|
||||||
def load(
|
def load(
|
||||||
|
|||||||
Reference in New Issue
Block a user