master #57

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

View File

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