mirror of
https://github.com/clearml/clearml
synced 2025-06-04 03:47:57 +00:00
This commit is contained in:
parent
c9533d814a
commit
4d6b54d51a
@ -736,6 +736,9 @@ class Session(TokenManager):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_app_server_host(cls, config: Optional[ConfigTree] = None) -> str:
|
def get_app_server_host(cls, config: Optional[ConfigTree] = None) -> str:
|
||||||
|
"""
|
||||||
|
Get app server (webserver) host. This is done either from configuration or by inferring from the apiserver host.
|
||||||
|
"""
|
||||||
if not config:
|
if not config:
|
||||||
from ...config import config_obj
|
from ...config import config_obj
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user