Include maintained state in new apps

This commit is contained in:
Alexandre Aubin 2018-11-07 20:46:52 +00:00
parent 423cce8aad
commit 875783bf1e

View file

@ -287,7 +287,8 @@ for app, info in apps_list.items():
'lastUpdate': timestamp,
'manifest': include_translations_in_manifest(manifest['id'], manifest),
'state': info['state'],
'level': info.get('level', '?')
'level': info.get('level', '?'),
'maintained': app_maintained
}
except KeyError as e:
print("-> Error: invalid app info or manifest, %s" % e)