fix
This commit is contained in:
parent
81db99d44d
commit
08fd556c2c
2
main.py
2
main.py
@ -22,7 +22,7 @@ def call(command: str) -> Response:
|
||||
|
||||
|
||||
def get_hosts() -> list[str]:
|
||||
return list(set(configurator.get_config("hosts") + ["platform.develop.chocomarsh.com"]))
|
||||
return list(set(configurator.get_config("hosts") + ["platform.develop.sprinthub.ru"]))
|
||||
|
||||
|
||||
def update_host(host: str) -> bool:
|
||||
|
Loading…
Reference in New Issue
Block a user