From 1822a244428457f6781706506b823e0516639efb Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 12 Jun 2025 02:25:17 +0300 Subject: [PATCH] fix --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index ac391ff..1bb9e5b 100644 --- a/main.py +++ b/main.py @@ -52,6 +52,7 @@ def get_hosts() -> list[str]: f"http://configurator/api/v1/fetch?project=certupdater&stage={os.getenv("STAGE")}" ).json() hosts = response["configs"]["hosts"] + print(f"got hosts {hosts}") return list(hosts)