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 6c9173ff63
commit 255db43aba

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)