bug in fixme code
This commit is contained in:
parent
26e3ab46f8
commit
adcd2664a7
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ def parseCondition(condition):
|
||||||
exclude = False
|
exclude = False
|
||||||
if key == 'subscribed':
|
if key == 'subscribed':
|
||||||
print "FXIME, subscribed needs work"
|
print "FXIME, subscribed needs work"
|
||||||
key = 'public'
|
k = 'public'
|
||||||
value = True
|
v = True
|
||||||
|
|
||||||
if isinstance(v, bool): #featured and public flag
|
if isinstance(v, bool): #featured and public flag
|
||||||
key = k
|
key = k
|
||||||
|
|
Loading…
Reference in a new issue