mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Add level 0 bullseye apps to disclaimer
This commit is contained in:
parent
fa207ebaff
commit
48a094a6ff
1 changed files with 1 additions and 1 deletions
|
@ -2509,7 +2509,7 @@ def unstable_apps():
|
|||
if not infos.get("from_catalog") or infos.get("from_catalog").get("state") in [
|
||||
"inprogress",
|
||||
"notworking",
|
||||
] or infos["id"] in deprecated_apps:
|
||||
] or infos["id"] in deprecated_apps or infos.get("from_catalog").get("level") == 0:
|
||||
output.append(infos["id"])
|
||||
|
||||
return output
|
||||
|
|
Loading…
Add table
Reference in a new issue