fsfsd
This commit is contained in:
parent
3d4d55b4a8
commit
10f7561c60
6 changed files with 14 additions and 14 deletions
|
@ -222,9 +222,9 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
|
|||
'created_utc': self.created_utc,
|
||||
'edited_utc': self.edited_utc or 0,
|
||||
'comment_count': self.comment_count,
|
||||
'score': self.score_fuzzed,
|
||||
'upvotes': self.upvotes_fuzzed,
|
||||
'downvotes': self.downvotes_fuzzed,
|
||||
'score': self.score,
|
||||
'upvotes': self.upvotes,
|
||||
'downvotes': self.downvotes,
|
||||
'stickied': self.stickied,
|
||||
'distinguish_level': self.distinguish_level,
|
||||
#'award_count': self.award_count,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue