From 2608ebadb1352f32df531ea3c540710fbedbc0df Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Fri, 3 Jun 2011 22:51:23 +0800 Subject: [PATCH] =?utf8?q?=E4=BF=AE=E6=AD=A3=E8=8E=B7=E5=8F=96=E7=BE=A4?= =?utf8?q?=E4=BF=A1=E6=81=AF=E6=97=B6=E7=9A=84=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lilytalk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilytalk.py b/lilytalk.py index 5a79b1d..e845ff6 100755 --- a/lilytalk.py +++ b/lilytalk.py @@ -109,7 +109,7 @@ def get_user_by_jid(jid): def get_user_by_nick(nick): return User.gql('where nick = :1', nick).get() -def get_group_info(nick): +def get_group_info(): return Group.all().get() def get_member_list(): -- 2.11.4.GIT