Compare commits

..

No commits in common. "dba11ffb3d7894f16263a7d3f7f136459b78dff3" and "55323f1be1d0b963d95fb3b397d3683677dbc544" have entirely different histories.

View File

@ -24,10 +24,7 @@ def call(command: str) -> Response:
def get_hosts() -> list[str]: def get_hosts() -> list[str]:
if os.getenv("STAGE") == "development": return list(set(configurator.get_config("hosts") + ["platform.develop.sprinthub.ru"]))
return list(set(configurator.get_config("hosts") + ["platform.develop.sprinthub.ru"]))
else:
return list(set(configurator.get_config("hosts") + ["platform.sprinthub.ru"]))
def update_host(host: str) -> bool: def update_host(host: str) -> bool: