From 4be19ef1163a731377a75e8897606fe9642c07ea Mon Sep 17 00:00:00 2001 From: Shane Date: Mon, 12 May 2025 15:36:57 +1000 Subject: [PATCH] update reddit link in post --- foodie_automator_reddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)