Unsave game on wi image change

This commit is contained in:
somebody
2022-11-28 22:04:48 -06:00
parent 3a94c7f0fe
commit 76c3ed1afa

View File

@@ -8826,6 +8826,7 @@ def UI_2_set_wi_image(uid):
else:
# Otherwise assign image
koboldai_vars.worldinfo_v2.image_store[uid] = data
koboldai_vars.gamesaved = False
return ":)"
@app.route("/get_wi_image/<int(signed=True):uid>", methods=["GET"])