This commit is contained in:
Aevann1 2021-08-09 00:24:22 +02:00
parent d8f81647bd
commit 485c4ea2ec

View file

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