From 255db43aba4cf34cab02e4f68e6773bbc0ba18ac Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 12 Jan 2017 13:04:09 +0100 Subject: [PATCH] =?UTF-8?q?Int=C3=A8gre=20le=20level=20du=20json=20au=20-b?= =?UTF-8?q?uild.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list_builder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/list_builder.py b/list_builder.py index 7c30316..e9e5a46 100755 --- a/list_builder.py +++ b/list_builder.py @@ -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)