master #57

Merged
emmatveev merged 8 commits from master into prod 2025-06-12 13:30:56 +03:00
Showing only changes of commit 1822a24442 - Show all commits

View File

@ -52,6 +52,7 @@ def get_hosts() -> list[str]:
f"http://configurator/api/v1/fetch?project=certupdater&stage={os.getenv("STAGE")}" f"http://configurator/api/v1/fetch?project=certupdater&stage={os.getenv("STAGE")}"
).json() ).json()
hosts = response["configs"]["hosts"] hosts = response["configs"]["hosts"]
print(f"got hosts {hosts}")
return list(hosts) return list(hosts)