diff --git a/foodie_automator_reddit.py b/foodie_automator_reddit.py index b9458c6..4731735 100644 --- a/foodie_automator_reddit.py +++ b/foodie_automator_reddit.py @@ -317,7 +317,7 @@ def curate_from_reddit(posted_titles_data, posted_titles, used_images_data, used title = post["title"] link = post.get("link", "") summary = post.get("summary", "") - source_name = post.get("feed_title", "Reddit") + source_name = "Reddit" original_source = f'{source_name}' original_url = link upvotes = post.get("upvotes", 0)