소스 검색

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


Loading…
취소
저장