mirror of
https://github.com/clearml/clearml
synced 2025-05-28 17:18:23 +00:00
This commit is contained in:
parent
c9533d814a
commit
4d6b54d51a
@ -736,6 +736,9 @@ class Session(TokenManager):
|
||||
|
||||
@classmethod
|
||||
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:
|
||||
from ...config import config_obj
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user