diff --git a/main.py b/main.py index 84c719f..5337e2b 100644 --- a/main.py +++ b/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: