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