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: empty content issue
master
lanvent
1 anno fa
parent
279f0f0234
commit
dcb9d7fc2a
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
channel/wechat/wechat_channel.py
+ 3
- 0
channel/wechat/wechat_channel.py
Vedi File
@@ -244,6 +244,9 @@ class WechatChannel(Channel):
# 处理消息 TODO: 如果wechaty解耦,此处逻辑可以放置到父类
def handle(self, context):
if not context.content:
return
reply = Reply()
logger.debug('[WX] ready to handle context: {}'.format(context))
Write
Preview
Loading…
Annulla
Salva