Kaynağa Gözat

fix(企业微信):补充缺失依赖textwrap

林督翔 2 yıl önce
ebeveyn
işleme
e4eebd64d1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      channel/wechatmp/passive_reply.py

+ 1 - 1
channel/wechatmp/passive_reply.py

@@ -4,7 +4,7 @@ import time
 import web
 from wechatpy import parse_message
 from wechatpy.replies import ImageReply, VoiceReply, create_reply
-
+import textwrap
 from bridge.context import *
 from bridge.reply import *
 from channel.wechatmp.common import *