Just fixed a little thing that was bugging me
This commit is contained in:
@@ -122,7 +122,7 @@ class BaseContent(object):
|
||||
data['score'] = '{} pts'.format(sub.score)
|
||||
data['author'] = name
|
||||
data['permalink'] = sub.permalink
|
||||
data['subreddit'] = strip_subreddit_url(sub.permalink)
|
||||
data['subreddit'] = str(sub.subreddit)
|
||||
data['flair'] = flair
|
||||
data['url_full'] = sub.url
|
||||
|
||||
|
||||
Reference in New Issue
Block a user