Fix default verbosity

This commit is contained in:
Andrew Godwin 2016-10-05 14:46:54 -07:00
parent 685f3aed1e
commit 8c637ff728

View File

@ -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