1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Zblerg we need to keep track of broken apps

This commit is contained in:
Alexandre Aubin 2021-02-08 01:54:42 +01:00
parent 10f297c8c1
commit d682efc719

View file

@ -194,6 +194,7 @@ def build_catalog():
"name": infos["manifest"]["name"],
"description": infos["manifest"]["description"],
"state": infos["state"],
"broken": level <= 0,
"good_quality": level >= 8,
"bad_quality": level <= 5,
}