sdfsdf
This commit is contained in:
parent
594343745d
commit
3e57516822
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Comment(Base):
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
def options(self):
|
def options(self):
|
||||||
return self.child_comments.filter_by(author_id = AUTOPOLLER_ACCOUNT)
|
return [x for x in self.child_comments if x.author_id == AUTOPOLLER_ACCOUNT]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue