Intègre le level du json au -build.json
This commit is contained in:
committed by
Laurent Peuch
parent
b52094a01f
commit
46a9d26c69
@ -202,7 +202,8 @@ for app, info in apps_list.items():
|
|||||||
},
|
},
|
||||||
'lastUpdate': timestamp,
|
'lastUpdate': timestamp,
|
||||||
'manifest': manifest,
|
'manifest': manifest,
|
||||||
'state': info['state']
|
'state': info['state'],
|
||||||
|
'level': info['level']
|
||||||
}
|
}
|
||||||
except KeyError as e:
|
except KeyError as e:
|
||||||
print("-> Error: invalid app info or manifest, %s" % e)
|
print("-> Error: invalid app info or manifest, %s" % e)
|
||||||
|
Reference in New Issue
Block a user