fix
This commit is contained in:
parent
52ec293aaf
commit
1822a24442
1
main.py
1
main.py
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user