forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-09 00:24:22 +02:00
parent 572ea9c396
commit cc3835851c
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
'stickied': self.stickied, 'stickied': self.stickied,
'distinguish_level': self.distinguish_level, 'distinguish_level': self.distinguish_level,
#'award_count': self.award_count, #'award_count': self.award_count,
'voted': self.voted, 'voted': self.voted if hasattr(self, 'voted') else 0,
'flags': flags, 'flags': flags,
} }