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:
parent
b52094a01f
commit
46a9d26c69
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue