Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
751e262090
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/consumers.py

+ 1
- 1
wsps/consumers.py View File

@@ -26,7 +26,7 @@ class ChatConsumer(WebsocketConsumer):
26 26
 
27 27
 
28 28
         self.send(text_data=json.dumps({
29
-            'message': {"abc":123}
29
+            'zzz': {"abc":123}
30 30
         }))
31 31
 
32 32
 

Loading…
Cancel
Save