From c9182ff90015826f52cc2ed8cbb0c7d32b6b0779 Mon Sep 17 00:00:00 2001 From: GilbN Date: Tue, 4 Jan 2022 01:04:14 +0100 Subject: [PATCH] themes.py fix --- themes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/themes.py b/themes.py index e96ac7ad..4b369a2e 100644 --- a/themes.py +++ b/themes.py @@ -160,5 +160,4 @@ if __name__ == "__main__": apps = loads(create_json(app_folders=app_folders, themes=themes, community_themes=community_themes)) with open("themes.json", "w") as outfile: dump(apps, outfile, indent=2, sort_keys=True) - temporary_copy_files() create_theme_options() \ No newline at end of file