mirror of
https://github.com/clearml/clearml
synced 2025-02-01 17:43:43 +00:00
Fix clearml-init changing web host after pasting full credentials
This commit is contained in:
parent
3a3c947bf1
commit
2ecf0b55f9
@ -119,6 +119,8 @@ def main():
|
|||||||
if not web_input:
|
if not web_input:
|
||||||
web_host = input_url('Web Application Host', web_host)
|
web_host = input_url('Web Application Host', web_host)
|
||||||
else:
|
else:
|
||||||
|
if web_input is True and not web_host:
|
||||||
|
web_host = host
|
||||||
api_host = input_url('API Host', api_host)
|
api_host = input_url('API Host', api_host)
|
||||||
|
|
||||||
files_host = input_url('File Store Host', files_host)
|
files_host = input_url('File Store Host', files_host)
|
||||||
|
Loading…
Reference in New Issue
Block a user