Explorar o código

feat: itchat login hot reload

zhayujie %!s(int64=3) %!d(string=hai) anos
pai
achega
b3e1f56fb9
Modificáronse 1 ficheiros con 1 adicións e 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)
+        itchat.auto_login(enableCmdQR=2, hotReload=True)
 
         # start message listener
         itchat.run()