Explorar el Código

auto commit

master
jfinn hace 9 meses
padre
commit
310c39cfe7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      edan_v1/hrld/consumer.py

+ 2
- 2
edan_v1/hrld/consumer.py Ver fichero

@@ -1,10 +1,10 @@
1 1
 # chat/consumers.py
2 2
 import json
3 3
 from channels.generic.websocket import WebsocketConsumer,AsyncWebsocketConsumer
4
-import wsps.tasks_loop
4
+import hrld.tasks_loop
5 5
 import time
6 6
 p=print
7
-Mixins = wsps.tasks_loop.Mixins
7
+Mixins = hrld.tasks_loop.Mixins
8 8
 
9 9
 class ChatConsumer(
10 10
 	DispConsumer,

Loading…
Cancelar
Guardar