forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-04 07:39:04 +02:00
parent 6d050191c3
commit dc58b3780b
1 changed files with 1 additions and 0 deletions

View File

@ -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]