From 489ce8f975b709684ad4d58e54b5e292aa9cb620 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:52:59 +0200 Subject: [PATCH] Fix themes.py --- themes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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