diff --git a/test.py b/test.py index b57c56a..cada1ec 100644 --- a/test.py +++ b/test.py @@ -37,7 +37,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']