mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-15 10:49:44 +02:00
typo
This commit is contained in:
@ -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']
|
||||
|
||||
|
Reference in New Issue
Block a user