@@ -42,7 +42,7 @@ class WechatChannel(Channel): | |||||
def startup(self): | def startup(self): | ||||
# login by scan QRCode | # login by scan QRCode | ||||
itchat.auto_login(enableCmdQR=2, hotReload=True) | |||||
itchat.auto_login(enableCmdQR=2) | |||||
# start message listener | # start message listener | ||||
itchat.run() | itchat.run() | ||||