Browse Source

auto commit

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

+ 2
- 0
wsps/consumers.py View File

@@ -3,6 +3,8 @@ import json
3 3
 from channels.generic.websocket import WebsocketConsumer
4 4
 import wsps.tasks_loop
5 5
 
6
+p=print
7
+
6 8
 class ChatConsumer(WebsocketConsumer):
7 9
     def connect(self):
8 10
         p("!!!!!!!!!!!!!!!!!!!!")

Loading…
Cancel
Save