Compare commits

..

No commits in common. "a7b082dc7a2730ec570f6667aee9f301bd7aa627" and "741eed066cede98f12d3ab6c9f516f45e7e5ed39" have entirely different histories.

View File

@ -30,7 +30,7 @@ def update_host(host: str) -> bool:
if container_id_run.code != 0:
print(f"something wrong {container_id_run.err}")
return False
container_name = container_id_run.out.strip()
container_name = container_id_run.out
if not container_name:
print("Not correct node")
return False