fix 500 error

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-12 20:05:56 +02:00
parent 7a80ceef59
commit 7a484859da
1 changed files with 1 additions and 2 deletions

View File

@ -267,8 +267,7 @@ class Submission(Base):
'flags': flags,
'club': self.club,
'author': '👻' if self.ghost else self.author.json,
'comment_count': self.comment_count,
'voted': self.voted
'comment_count': self.comment_count
}
if "replies" in self.__dict__: