Merge branch 'fix_gui' into reddit_login

pull/1978/head
Giuseppe Di Mauro 2 years ago
commit 639f9c2d53

@ -126,7 +126,6 @@ def modify_settings(data: dict, config_load, checks: dict):
# Delete background video # Delete background video
def delete_background(key): def delete_background(key):
# Read background_videos.json # Read background_videos.json
breakpoint()
with open("utils/background_videos.json", "r", encoding="utf-8") as backgrounds: with open("utils/background_videos.json", "r", encoding="utf-8") as backgrounds:
data = json.load(backgrounds) data = json.load(backgrounds)

Loading…
Cancel
Save