fsd
This commit is contained in:
parent
6e9be2817a
commit
e15f48ffb8
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ class Comment(Base):
|
|||
@property
|
||||
def replies(self):
|
||||
if self.id == 1313520:
|
||||
print('wtf')
|
||||
print(self.replies2)
|
||||
return []
|
||||
if self.replies2 != None: return [x for x in self.replies2 if not x.author.shadowbanned]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue