Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
J1147
/
ai-on-wechat
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
fix: close hot reload because of repeat msg
develop
zhayujie
1 ano atrás
pai
53cc1df369
commit
d760b045d5
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
channel/wechat/wechat_channel.py
+ 1
- 1
channel/wechat/wechat_channel.py
Ver arquivo
@@ -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()
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar