Kaynağa Gözat

auto commit

master
jfinn 3 yıl önce
ebeveyn
işleme
09ffe1526b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      wsps/consumers.py

+ 1
- 0
wsps/consumers.py Dosyayı Görüntüle

@@ -15,6 +15,7 @@ class ChatConsumer(WebsocketConsumer):
15 15
         pass
16 16
 
17 17
     def receive(self, text_data):
18
+        p("text_data:",text_data)
18 19
         text_data_json = json.loads(text_data)
19 20
         message = text_data_json['message']
20 21
 

Loading…
İptal
Kaydet