master #32

Merged
emmatveev merged 52 commits from master into prod 2025-06-04 02:53:41 +03:00
Showing only changes of commit 9778a5168b - Show all commits

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