diff --git a/channel/wechat/wechat_channel.py b/channel/wechat/wechat_channel.py index 66979c2..d43a0a3 100644 --- a/channel/wechat/wechat_channel.py +++ b/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()