mirror of
https://github.com/django/daphne.git
synced 2025-07-10 08:02:16 +03:00
Fix default verbosity
This commit is contained in:
parent
685f3aed1e
commit
8c637ff728
|
@ -26,7 +26,7 @@ class Server(object):
|
||||||
ping_timeout=30,
|
ping_timeout=30,
|
||||||
ws_protocols=None,
|
ws_protocols=None,
|
||||||
root_path="",
|
root_path="",
|
||||||
verbosity=None
|
verbosity=1
|
||||||
):
|
):
|
||||||
self.channel_layer = channel_layer
|
self.channel_layer = channel_layer
|
||||||
self.host = host
|
self.host = host
|
||||||
|
|
Loading…
Reference in New Issue
Block a user