Explorar el Código

fix: close hot reload because of repeat msg

zhayujie hace 3 años
padre
commit
d760b045d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      channel/wechat/wechat_channel.py

+ 1 - 1
channel/wechat/wechat_channel.py

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