Przeglądaj źródła

fix: close hot reload because of repeat msg

develop
zhayujie 1 rok temu
rodzic
commit
d760b045d5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      channel/wechat/wechat_channel.py

+ 1
- 1
channel/wechat/wechat_channel.py Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz