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:
Kayou 2019-05-27 18:16:56 +02:00 committed by GitHub
parent f5efb33d71
commit 33e328c061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ import json
if __name__ == '__main__': if __name__ == '__main__':
if len(sys.argv[1:]) < 3: if len(sys.argv[1:]) < 3:
print "Usage: ./change_level.py <official.json|community.json> <app_id> <level>" print "Usage: ./change_level.py <apps.json> <app_id> <level>"
sys.exit(1) sys.exit(1)
app_list_name, app_id, level = sys.argv[1:4] app_list_name, app_id, level = sys.argv[1:4]