Compare commits

..

No commits in common. "ee9c363b56772357ee69b3ee527034861c34d1bb" and "1ad823a3011ca857f3373f9131b5f8e29179d6b7" have entirely different histories.

View File

@ -22,7 +22,7 @@ def call(command: str) -> Response:
def get_hosts() -> list[str]:
return list(set(configurator.get_config("hosts") + ["platform.develop.sprinthub.ru"]))
return list(set(configurator.get_config("hosts") + ["platform.develop.chocomarsh.com"]))
def update_host(host: str) -> bool: