1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Update change_level.py

This commit is contained in:
Maniack Crudelis 2017-01-16 17:26:00 +01:00 committed by GitHub
parent 87ef1289f9
commit 83c4636ea2

View file

@ -25,4 +25,3 @@ if __name__ == '__main__':
app_list[app_id]["level"] = level app_list[app_id]["level"] = level
open(app_list_name, "w").write("\n".join(json.dumps(app_list, indent=4, sort_keys=True).split(" \n")) + "\n") open(app_list_name, "w").write("\n".join(json.dumps(app_list, indent=4, sort_keys=True).split(" \n")) + "\n")
os.system("git diff")