diff --git a/pandora/itemlist/managers.py b/pandora/itemlist/managers.py index f08cf03..e7c2cc5 100644 --- a/pandora/itemlist/managers.py +++ b/pandora/itemlist/managers.py @@ -33,7 +33,7 @@ def parseCondition(condition): exclude = True else: exclude = False - if key == 'subscribed': + if k == 'subscribed': print "FXIME, subscribed needs work" k = 'public' v = True