mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Delete list_installed_apps.py
This commit is contained in:
parent
6c0f60225a
commit
64da8eb2ac
1 changed files with 0 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
import sys, json
|
||||
apps=json.loads(sys.stdin.readlines()[0])["Apps"]
|
||||
print("\n".join(i["ID"] for i in apps if i["Installed"]))
|
Loading…
Add table
Reference in a new issue