Compare commits
2 Commits
41080370c5
...
8863b7f7ab
Author | SHA1 | Date | |
---|---|---|---|
8863b7f7ab | |||
![]() |
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