Don't use the same filename, will confuse our code later

This commit is contained in:
cmdr2 2023-06-30 16:44:07 +05:30
parent 5511d1090f
commit 95334715ab

View File

@ -140,7 +140,7 @@ def getConfig(default_val=APP_CONFIG_DEFAULTS):
# Save config in new format # Save config in new format
setConfig(config) setConfig(config)
with open(config_json_path, "w") as f: with open(config_json_path + ".txt", "w") as f:
f.write("Moved to config.yaml inside the Easy Diffusion folder. You can open it in any text editor.") f.write("Moved to config.yaml inside the Easy Diffusion folder. You can open it in any text editor.")
# intentionally writing invalid json, to alert any scripts that depend on this file # intentionally writing invalid json, to alert any scripts that depend on this file