Compare commits
No commits in common. "41080370c5d30c993b82b722bf753902c728c999" and "ff2fbba1aa59a53d1e6e938371961fbfebf9eaab" have entirely different histories.
41080370c5
...
ff2fbba1aa
2
main.py
2
main.py
@ -50,7 +50,7 @@ def call(command: str) -> Response:
|
|||||||
def get_hosts() -> list[str]:
|
def get_hosts() -> list[str]:
|
||||||
response = get(
|
response = get(
|
||||||
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()
|
)
|
||||||
hosts = response["configs"]["hosts"]
|
hosts = response["configs"]["hosts"]
|
||||||
return list(hosts)
|
return list(hosts)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user