Skip to content

Commit 489ce8f

Browse files
committed
Fix themes.py
1 parent bbdec1b commit 489ce8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ def create_css(theme, theme_type="standard"):
177177
apps = loads(create_json(app_folders=app_folders, themes=themes, community_themes=community_themes, docker_mods=docker_mods))
178178
with open("themes.json", "w") as outfile:
179179
dump(apps, outfile, indent=2, sort_keys=True)
180-
#create_theme_options()
180+
create_theme_options()

0 commit comments

Comments
 (0)