1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-07 04:19:17 +02:00

themes.py fix

This commit is contained in:
GilbN 2022-01-04 01:04:14 +01:00
parent 492466a869
commit c9182ff900

View File

@ -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()