gf
This commit is contained in:
parent
d8f81647bd
commit
485c4ea2ec
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue