mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-25 08:28:54 +01:00
typo
This commit is contained in:
parent
dc54e5bdce
commit
ce61657f7a
@ -170,7 +170,7 @@ def render_internal(req: dict):
|
||||
task_data: TaskData = TaskData.parse_obj(req)
|
||||
|
||||
# Overwrite user specified save path
|
||||
config=app.getConfig
|
||||
config = app.getConfig()
|
||||
if 'force_save_path' in config:
|
||||
task_data.save_to_disk_path = config['force_save_path']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user