fix #43

Merged
emmatveev merged 1 commits from master into dev 2025-06-10 01:49:38 +03:00
Showing only changes of commit 4baf1c94fa - Show all commits

View File

@ -89,7 +89,7 @@ while True:
print(container_id_run.code, container_id_run.out, container_id_run.err) print(container_id_run.code, container_id_run.out, container_id_run.err)
restart = call(f"docker exec {container_id_run} ./refre.sh") restart = call(f"docker exec {container_id_run.out} ./refre.sh")
print(restart.code, restart.out, restart.err) print(restart.code, restart.out, restart.err)
time.sleep(30) time.sleep(30)