forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-14 04:07:50 +02:00
parent 24b8adc39e
commit 48ef8e3380
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class Comment(Base):
return data
data["author"]=self.author.json_core
data["post"]=self.post.json_core
data["post"]=self.post.json_core if self.post else ''
if self.level >= 2:
data["parent"]=self.parent.json_core