From 08fd556c2c37baa943cc5e78536a76f790590ad3 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 1 Jun 2025 20:04:26 +0300 Subject: [PATCH] fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: