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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue