diff --git a/themes.py b/themes.py index 3d400e540..7094aebab 100644 --- a/themes.py +++ b/themes.py @@ -177,4 +177,4 @@ def create_css(theme, theme_type="standard"): apps = loads(create_json(app_folders=app_folders, themes=themes, community_themes=community_themes, docker_mods=docker_mods)) with open("themes.json", "w") as outfile: dump(apps, outfile, indent=2, sort_keys=True) - #create_theme_options() \ No newline at end of file + create_theme_options() \ No newline at end of file