mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-23 05:42:01 +01:00
Missing 'e'
This commit is contained in:
parent
6e9d73ec64
commit
d178f3d1b9
@ -223,7 +223,7 @@ def setConfig(config):
|
||||
config_json_path = os.path.join(CONFIG_DIR, 'config.json')
|
||||
with open(config_json_path, 'w', encoding='utf-8') as f:
|
||||
return json.dump(config, f)
|
||||
except:
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
print(traceback.format_exc())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user