mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Micro issue from previous app list system rework
This commit is contained in:
parent
746d046250
commit
200ff2de31
1 changed files with 1 additions and 1 deletions
|
@ -2754,7 +2754,7 @@ def unstable_apps():
|
|||
|
||||
output = []
|
||||
|
||||
for infos in app_list(full=True):
|
||||
for infos in app_list(full=True)["apps"]:
|
||||
|
||||
if not infos.get("from_catalog") or infos.get("from_catalog").get("state") in ["inprogress", "notworking"]:
|
||||
output.append(infos["id"])
|
||||
|
|
Loading…
Add table
Reference in a new issue