From e4eebd64d15a7c5d561412a9270875fc024ee330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=9D=A3=E7=BF=94?= Date: Mon, 8 May 2023 09:39:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=EF=BC=89=EF=BC=9A=E8=A1=A5=E5=85=85=E7=BC=BA=E5=A4=B1=E4=BE=9D?= =?UTF-8?q?=E8=B5=96textwrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- channel/wechatmp/passive_reply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel/wechatmp/passive_reply.py b/channel/wechatmp/passive_reply.py index 72e73ad..7f4ee55 100644 --- a/channel/wechatmp/passive_reply.py +++ b/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 *