Skip to content

Commit

Permalink
Fix themes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Oct 3, 2024
1 parent bbdec1b commit 489ce8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
create_theme_options()

0 comments on commit 489ce8f

Please sign in to comment.