remotes/1693045480750635534/spooky-22
Aevann1 2021-10-07 06:17:50 +02:00
parent de875f303b
commit b0bee4c081
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Submission(Base):
@property
@lazy
def options(self):
return self.comments.filter_by(author_id = AUTOPOLLER_ACCOUNT)
return self.comments.filter_by(author_id = AUTOPOLLER_ACCOUNT, level=1)
@property
@lazy