Compare commits

...

2 Commits

Author SHA1 Message Date
8863b7f7ab Merge pull request 'fix' (#52) from master into dev
Reviewed-on: #52
2025-06-12 02:25:31 +03:00
Egor Matveev
1822a24442 fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 9s
Deploy Dev / Deploy dev (pull_request) Successful in 8s
2025-06-12 02:25:17 +03:00

View File

@ -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)