fixed logging for started containers

This commit is contained in:
2022-11-01 16:05:57 -05:00
parent 8c9941b2ab
commit 61c627df91
2 changed files with 6 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ def process_cont_list(full_cont_list, start_cont_fn, req_obj, host, port, jwt, e
if full_cont_list:
for container in full_cont_list:
start_cont_fn(req_obj, host, port, jwt, endpoint, container["Id"])
return True
return container["Names"][0].lstrip("/")
def process_cont_status(obj):
if not obj: