Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
J1147
/
CoW
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix: close hot reload because of repeat msg
master
zhayujie
hace 2 años
padre
53cc1df369
commit
d760b045d5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
channel/wechat/wechat_channel.py
+ 1
- 1
channel/wechat/wechat_channel.py
Ver fichero
@@ -42,7 +42,7 @@ class WechatChannel(Channel):
def startup(self):
# login by scan QRCode
itchat.auto_login(enableCmdQR=2
, hotReload=True
)
itchat.auto_login(enableCmdQR=2)
# start message listener
itchat.run()
Escribir
Vista previa
Cargando…
Cancelar
Guardar