Explorar el Código

auto commit

master
jfinn hace 3 años
padre
commit
f6ef8d35ca
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      wsps/consumers.py

+ 1
- 0
wsps/consumers.py Ver fichero

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

Loading…
Cancelar
Guardar