mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Update ciclic
This commit is contained in:
parent
e4c3fe4d3d
commit
0df28c380d
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():
|
||||
print(f"{i['name']} ({i['app_list']}) - {i['url']}")
|
||||
print(f"{i['name']} - {i['url']}")
|
||||
|
||||
|
||||
def delete(job_id, domain=DOMAIN):
|
||||
|
|
Loading…
Add table
Reference in a new issue