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
|
@property
|
||||||
def replies(self):
|
def replies(self):
|
||||||
if self.id == 1313520:
|
if self.id == 1313520:
|
||||||
|
print('wtf')
|
||||||
print(self.replies2)
|
print(self.replies2)
|
||||||
return []
|
return []
|
||||||
if self.replies2 != None: return [x for x in self.replies2 if not x.author.shadowbanned]
|
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