ソースを参照

feat: itchat login hot reload

master
zhayujie 2年前
コミット
b3e1f56fb9
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)
itchat.auto_login(enableCmdQR=2, hotReload=True)

# start message listener
itchat.run()


読み込み中…
キャンセル
保存