Compare commits
No commits in common. "8863b7f7ab2e6f6d2f6d712628c370e4dddf97b3" and "41080370c5d30c993b82b722bf753902c728c999" have entirely different histories.
8863b7f7ab
...
41080370c5
1
main.py
1
main.py
@ -52,7 +52,6 @@ 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