mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Another fix
This commit is contained in:
@@ -7698,7 +7698,7 @@ def UI_2_save_cookies(data):
|
|||||||
#Note this won't sync to the client automatically as we're modifying a variable rather than setting it
|
#Note this won't sync to the client automatically as we're modifying a variable rather than setting it
|
||||||
koboldai_vars.cookies[key] = data[key]
|
koboldai_vars.cookies[key] = data[key]
|
||||||
with open("./settings/cookies.settings", "w") as f:
|
with open("./settings/cookies.settings", "w") as f:
|
||||||
f.write(json.dumps(koboldai_vars.cookies))
|
json.dump(koboldai_vars.cookies, f)
|
||||||
|
|
||||||
#==================================================================#
|
#==================================================================#
|
||||||
# Load Tweaks
|
# Load Tweaks
|
||||||
|
Reference in New Issue
Block a user