Compare commits

..

No commits in common. "8863b7f7ab2e6f6d2f6d712628c370e4dddf97b3" and "41080370c5d30c993b82b722bf753902c728c999" have entirely different histories.

View File

@ -52,7 +52,6 @@ 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)