Browse Source

auto commit

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

+ 1
- 0
wsps/consumers.py View File

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

Loading…
Cancel
Save