Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
J1147
/
ai-on-wechat
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix: close hot reload because of repeat msg
develop
zhayujie
1 anno fa
parent
53cc1df369
commit
d760b045d5
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
, hotReload=True
)
itchat.auto_login(enableCmdQR=2)
# start message listener
itchat.run()
Write
Preview
Loading…
Annulla
Salva