Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
049cdfb368
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/consumers.py

+ 1
- 1
wsps/consumers.py View File

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

Loading…
Cancel
Save