diff --git a/inquisitor/templates.py b/inquisitor/templates.py index 7f5bd8d..b33f62d 100644 --- a/inquisitor/templates.py +++ b/inquisitor/templates.py @@ -133,7 +133,7 @@ class RedditScraper: def item_from_post(self, post): item = { - 'source': 'reddit', + 'source': self.source, 'id': post.id, 'title': self.get_title(post), 'link': self.get_link(post),