mirror of
https://github.com/django/daphne.git
synced 2025-07-29 08:29:45 +03:00
Linting
This commit is contained in:
parent
55f7e6713d
commit
4f783ef15c
|
@ -132,7 +132,7 @@ class CommandLineInterface(object):
|
||||||
dest="asgi_protocol",
|
dest="asgi_protocol",
|
||||||
help="The version of the ASGI protocol to use",
|
help="The version of the ASGI protocol to use",
|
||||||
default="auto",
|
default="auto",
|
||||||
choices=["asgi2", "asgi3", "auto"]
|
choices=["asgi2", "asgi3", "auto"],
|
||||||
)
|
)
|
||||||
self.parser.add_argument(
|
self.parser.add_argument(
|
||||||
"--root-path",
|
"--root-path",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user