From d760b045d54e6b8c1f46e40ac37562c6ca22672b Mon Sep 17 00:00:00 2001 From: zhayujie Date: Sun, 19 Mar 2023 01:26:53 +0800 Subject: [PATCH] fix: close hot reload because of repeat msg --- channel/wechat/wechat_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()