From 13a138b131f04097bf340ac6f5c4e4ddaea14b24 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 11 Jan 2011 15:50:41 +0530 Subject: [PATCH] bug in fixme code --- pandora/itemlist/managers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/itemlist/managers.py b/pandora/itemlist/managers.py index 54e9daa03..f08cf0318 100644 --- a/pandora/itemlist/managers.py +++ b/pandora/itemlist/managers.py @@ -35,8 +35,8 @@ def parseCondition(condition): exclude = False if key == 'subscribed': print "FXIME, subscribed needs work" - key = 'public' - value = True + k = 'public' + v = True if isinstance(v, bool): #featured and public flag key = k