Compare commits
No commits in common. "ee9c363b56772357ee69b3ee527034861c34d1bb" and "1ad823a3011ca857f3373f9131b5f8e29179d6b7" have entirely different histories.
ee9c363b56
...
1ad823a301
2
main.py
2
main.py
@ -22,7 +22,7 @@ def call(command: str) -> Response:
|
|||||||
|
|
||||||
|
|
||||||
def get_hosts() -> list[str]:
|
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:
|
def update_host(host: str) -> bool:
|
||||||
|
Loading…
Reference in New Issue
Block a user