Update ciclic

This commit is contained in:
Alexandre Aubin 2020-12-01 19:41:47 +01:00 committed by GitHub
parent e4c3fe4d3d
commit 0df28c380d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ciclic
View file

@ -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):