Sfoglia il codice sorgente

feat: itchat login hot reload

master
zhayujie 1 anno fa
parent
commit
b3e1f56fb9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      channel/wechat/wechat_channel.py

+ 1
- 1
channel/wechat/wechat_channel.py Vedi File

@@ -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…
Annulla
Salva