dfdf
This commit is contained in:
parent
8869916943
commit
637921adb4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue