Fixing bug for subreddit pages

This commit is contained in:
Nemanja Nedeljkovic
2018-04-08 20:20:27 +02:00
parent 7cc12cd416
commit 6411640c07

View File

@@ -188,6 +188,7 @@ class Content(object):
data['gold'] = comment.gilded > 0 data['gold'] = comment.gilded > 0
data['author'] = author data['author'] = author
data['flair'] = flair data['flair'] = flair
data['hidden'] = False
return data return data