mirror of
https://github.com/django/daphne.git
synced 2025-07-13 17:32:17 +03:00
whitespace
This commit is contained in:
parent
d07600f04b
commit
6eda634746
|
@ -30,10 +30,10 @@ class WebsocketBinding(Binding):
|
||||||
# Stream multiplexing name
|
# Stream multiplexing name
|
||||||
|
|
||||||
stream = None
|
stream = None
|
||||||
|
|
||||||
# only model fields that are listed in fields should be send by default
|
# only model fields that are listed in fields should be send by default
|
||||||
# if you want to really send all fields, use fields = ['__all__']
|
# if you want to really send all fields, use fields = ['__all__']
|
||||||
|
|
||||||
fields = []
|
fields = []
|
||||||
|
|
||||||
# Outbound
|
# Outbound
|
||||||
|
|
Loading…
Reference in New Issue
Block a user