Compare commits
No commits in common. "dba11ffb3d7894f16263a7d3f7f136459b78dff3" and "55323f1be1d0b963d95fb3b397d3683677dbc544" have entirely different histories.
dba11ffb3d
...
55323f1be1
3
main.py
3
main.py
@ -24,10 +24,7 @@ def call(command: str) -> Response:
|
||||
|
||||
|
||||
def get_hosts() -> list[str]:
|
||||
if os.getenv("STAGE") == "development":
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user