mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 18:12:31 +01:00
sort
This commit is contained in:
parent
8304e673b3
commit
eb9b6aabb9
@ -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()
|
Loading…
Reference in New Issue
Block a user