Documentation

This commit is contained in:
allegroai 2019-06-19 15:11:22 +03:00
parent dce1f6b7d1
commit fdc767c1c5

View File

@ -23,7 +23,7 @@ except Exception:
host_description = """
Editing configuration file: {CONFIG_FILE}
Enter the url of the trains-server's api service, example: http://localhost:8008 or default demo server [{HOST}]: """.format(
Enter the url of the trains-server's api service, for example: http://localhost:8008 : """.format(
CONFIG_FILE=LOCAL_CONFIG_FILES[0],
HOST=def_host,
)