瀏覽代碼

fix: close hot reload because of repeat msg

develop
zhayujie 1 年之前
父節點
當前提交
d760b045d5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  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, hotReload=True)
itchat.auto_login(enableCmdQR=2)

# start message listener
itchat.run()


Loading…
取消
儲存