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