bug in fixme code

This commit is contained in:
j 2011-01-11 15:50:41 +05:30
parent 26e3ab46f8
commit adcd2664a7

View file

@ -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