Fix clearml-init changing web host after pasting full credentials

This commit is contained in:
allegroai 2022-02-19 23:06:35 +02:00
parent 3a3c947bf1
commit 2ecf0b55f9

View File

@ -119,6 +119,8 @@ def main():
if not web_input:
web_host = input_url('Web Application Host', web_host)
else:
if web_input is True and not web_host:
web_host = host
api_host = input_url('API Host', api_host)
files_host = input_url('File Store Host', files_host)