forked from MarseyWorld/MarseyWorld
fsd
parent
dc58b3780b
commit
455264c223
|
@ -197,6 +197,7 @@ class Comment(Base):
|
|||
|
||||
@property
|
||||
def replies(self):
|
||||
print(self.id)
|
||||
if self.id == 1313520:
|
||||
print('wtf')
|
||||
print(self.replies2)
|
||||
|
|
Loading…
Reference in New Issue