From 99c500bd519029e95e239f9de2d08c5cc8c4dadc Mon Sep 17 00:00:00 2001 From: sbilly Date: Mon, 22 Feb 2016 10:45:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=AD=E9=9F=B3=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8A=A5=E9=94=99=E9=94=99=E8=AF=AF=20bug=20Changes?= =?UTF-8?q?=20to=20be=20committed:=20=09modified:=20=20=20weixin.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weixin.py b/weixin.py index 45b4ab0..2648288 100755 --- a/weixin.py +++ b/weixin.py @@ -421,7 +421,7 @@ class WebWeixin(object): elif msgType == 34: voice = self.webwxgetvoice(msgid) print '%s 给你发了一段语音: %s' % (name, voice) - logging.info('%s 给你发送了一张图片: %s' % (name, image)) + logging.info('%s 给你发了一段语音: %s' % (name, voice)) self._safe_open(voice) elif msgType == 42: info = msg['RecommendInfo']