Merge pull request 'fix' (#27) from master into dev
Reviewed-on: https://gitea.sprinthub.ru/self/certupdater/pulls/27
This commit was merged in pull request #27.
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user