Browse Source

注销公众账号消息

liuyuqi-dellpc 8 years ago
parent
commit
e036180a6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bot.py

+ 1 - 1
bot.py

@@ -97,7 +97,7 @@ class TulingWXBot(WXBot):
             src_name = msg['user']['name']
             reply = 'to ' + src_name + ': '
             reply += u"主人马上就来!"
-            self.send_msg_by_uid(reply, msg['user']['id'])
+            #self.send_msg_by_uid(reply, msg['user']['id'])
 
 '''
 主函数,执行TulingWXBot类里面的run方法