mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Merge pull request #8 from YunoHost/remove_catalog_name_from_app_list
Remove catalog name from app_list
This commit is contained in:
commit
c903c5c0a7
1 changed files with 1 additions and 1 deletions
2
ciclic
2
ciclic
|
@ -87,7 +87,7 @@ def app_list(all=False, domain=DOMAIN):
|
||||||
)
|
)
|
||||||
|
|
||||||
for i in response.json():
|
for i in response.json():
|
||||||
print(f"{i['name']} ({i['app_list']}) - {i['url']}")
|
print(f"{i['name']} - {i['url']}")
|
||||||
|
|
||||||
|
|
||||||
def delete(job_id, domain=DOMAIN):
|
def delete(job_id, domain=DOMAIN):
|
||||||
|
|
Loading…
Add table
Reference in a new issue