This commit is contained in:
Tom Christie 2019-03-20 10:10:25 +00:00
parent 55f7e6713d
commit 4f783ef15c

View File

@ -132,7 +132,7 @@ class CommandLineInterface(object):
dest="asgi_protocol",
help="The version of the ASGI protocol to use",
default="auto",
choices=["asgi2", "asgi3", "auto"]
choices=["asgi2", "asgi3", "auto"],
)
self.parser.add_argument(
"--root-path",