From 6761dc2da66ce1ac32d19f0d2395426aba7a7129 Mon Sep 17 00:00:00 2001 From: dubiao Date: Tue, 4 Apr 2017 22:49:42 +0800 Subject: [PATCH] fix typo --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 3e76030..1a2dd6f 100644 --- a/test.py +++ b/test.py @@ -35,7 +35,7 @@ def got_contact(self): print "Our Group:", notifyGroupName.encode("utf8"), self.notifyToGroup self.cmdFromGroup = self.get_user_id(cmdGroupName) if self.cmdFromGroup: - print "CMD Group:", notifyGroupName.encode("utf8"), self.cmdFromGroup + print "CMD Group:", cmdGroupName.encode("utf8"), self.cmdFromGroup def handle_msg_all(self, msg): # print "Content", msg['content'] # print "User:", msg['user']