From 096506b9dd25fefabf17e6971e1dd319e8e5ad3a Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 1 Jun 2025 19:44:31 +0300 Subject: [PATCH] fix --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 610b125..e33f889 100644 --- a/main.py +++ b/main.py @@ -34,6 +34,7 @@ def update_host(host: str) -> bool: if not container_name: print("Not correct node") return False + print(f"Container name: {container_name}") gen_cert = call(f"docker exec -it {container_name} certbot --nginx --email emmtvv@gmail.com --agree-tos -d \"{host}\"") if gen_cert.code != 0: -- 2.45.2