Intègre le level du json au -build.json
This commit is contained in:
parent
b52094a01f
commit
46a9d26c69
@ -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…
Reference in New Issue
Block a user