Ver código fonte

auto commit

master
jfinn 3 anos atrás
pai
commit
b930bf566d
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      wsps/consumers.py

+ 2
- 0
wsps/consumers.py Ver arquivo

@@ -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("!!!!!!!!!!!!!!!!!!!!")

Carregando…
Cancelar
Salvar