This commit is contained in:
parent
6a4384cbc7
commit
8d892bdf87
@ -248,7 +248,7 @@ argument_parser = argparse.ArgumentParser("Web service")
|
|||||||
argument_parser.add_argument(
|
argument_parser.add_argument(
|
||||||
"--host",
|
"--host",
|
||||||
default="0.0.0.0",
|
default="0.0.0.0",
|
||||||
required=False
|
required=False,
|
||||||
type=str,
|
type=str,
|
||||||
help="Host to serve on."
|
help="Host to serve on."
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user