This commit is contained in:
Egor Matveev 2025-06-01 19:50:14 +03:00
parent 62a57137d1
commit 9778a5168b

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
container_name = container_id_run.out.strip()
if not container_name:
print("Not correct node")
return False