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:
parent
87ef1289f9
commit
83c4636ea2
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue