修改语音信息报错错误 bug

Changes to be committed:
	modified:   weixin.py
This commit is contained in:
sbilly
2016-02-22 10:45:36 +08:00
parent 4d0befb610
commit 99c500bd51
+1 -1
View File
@@ -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']