Port webui nits from original pr that enables it (#6628)

* backport changes

* Update test_webui.py
This commit is contained in:
Eric Liang
2019-12-29 19:19:43 -08:00
committed by GitHub
parent 3e0f07468f
commit e2bc489a18
6 changed files with 19 additions and 30 deletions
-1
View File
@@ -409,7 +409,6 @@ if __name__ == "__main__":
"--host",
required=True,
type=str,
choices=["127.0.0.1", "0.0.0.0"],
help="The host to use for the HTTP server.")
parser.add_argument(
"--port",