@@ -53,6 +53,6 @@ class ChatConsumer():
await self.send(text_data=json.dumps({
'zzz': {"abc":123}
- }))zzz
+ }))
Mixins.ChatConsumer = ChatConsumer