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

Intègre le level du json au -build.json

This commit is contained in:
Maniack Crudelis 2017-01-12 13:04:09 +01:00 committed by Laurent Peuch
parent b52094a01f
commit 46a9d26c69

View file

@ -202,7 +202,8 @@ for app, info in apps_list.items():
},
'lastUpdate': timestamp,
'manifest': manifest,
'state': info['state']
'state': info['state'],
'level': info['level']
}
except KeyError as e:
print("-> Error: invalid app info or manifest, %s" % e)