fix: close hot reload because of repeat msg

This commit is contained in:
zhayujie
2023-03-19 01:26:53 +08:00
parent 53cc1df369
commit d760b045d5

View File

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