This commit is contained in:
Aevann1 2021-10-07 06:17:50 +02:00
parent 8869916943
commit 637921adb4

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