forked from rDrama/rDrama
1
0
Fork 0

fix 500 error

master
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, 'flags': flags,
'club': self.club, 'club': self.club,
'author': '👻' if self.ghost else self.author.json, 'author': '👻' if self.ghost else self.author.json,
'comment_count': self.comment_count, 'comment_count': self.comment_count
'voted': self.voted
} }
if "replies" in self.__dict__: if "replies" in self.__dict__: