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,6 +1,7 @@
1 1
 # chat/consumers.py
2 2
 import json
3 3
 from channels.generic.websocket import WebsocketConsumer
4
+import wsps.tasks_loop
4 5
 
5 6
 class ChatConsumer(WebsocketConsumer):
6 7
     def connect(self):

Loading…
Cancel
Save