mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-01-15 00:15:50 +00:00
Fix ui.py
Add command to "mouth_mask": modules.globals.mouth_mask which fixes the error "SyntaxError: invalid syntax. Perhaps you forgot a comma?"
This commit is contained in:
@@ -95,7 +95,7 @@ def save_switch_states():
|
||||
"live_resizable": modules.globals.live_resizable,
|
||||
"fp_ui": modules.globals.fp_ui,
|
||||
"show_fps": modules.globals.show_fps,
|
||||
"mouth_mask": modules.globals.mouth_mask
|
||||
"mouth_mask": modules.globals.mouth_mask,
|
||||
"show_mouth_mask_box": modules.globals.show_mouth_mask_box
|
||||
}
|
||||
with open("switch_states.json", "w") as f:
|
||||
|
||||
Reference in New Issue
Block a user