"...unconditional_image_generation/train_unconditional.py" did not exist on "71289ba06ea897270ad6de0ea7ff641f4a7b246c"
Commit 9c012971 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 6d350fb8
......@@ -170,8 +170,7 @@ class ToolsTable:
user_settings["tools"]["valves"][id] = valves
# Update the user settings in the database
query = Users.update_user_by_id(user_id, {"settings": user_settings})
query.execute()
Users.update_user_by_id(user_id, {"settings": user_settings})
return user_settings["tools"]["valves"][id]
except Exception as e:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment