remotes/1693045480750635534/spooky-22
Aevann1 2021-10-07 06:15:49 +02:00
parent c2da0ce550
commit 2c1c63a513
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Comment(Base):
@property
@lazy
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
@lazy