Browse Source

auto commit

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

+ 1
- 0
wsps/consumers.py View File

1
 # chat/consumers.py
1
 # chat/consumers.py
2
 import json
2
 import json
3
 from channels.generic.websocket import WebsocketConsumer
3
 from channels.generic.websocket import WebsocketConsumer
4
+import wsps.tasks_loop
4
 
5
 
5
 class ChatConsumer(WebsocketConsumer):
6
 class ChatConsumer(WebsocketConsumer):
6
     def connect(self):
7
     def connect(self):

Loading…
Cancel
Save