1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00
This commit is contained in:
GilbN 2021-10-30 16:05:37 +02:00
parent 8304e673b3
commit eb9b6aabb9

View File

@ -130,5 +130,5 @@ if __name__ == "__main__":
DOMAIN= cname.readline()
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)
dump(apps, outfile, indent=2, sort_keys=True)
temporary_copy_files()