diff --git a/foodie_automator_rss.py b/foodie_automator_rss.py index c7f5ae5..5a81acb 100644 --- a/foodie_automator_rss.py +++ b/foodie_automator_rss.py @@ -253,7 +253,7 @@ def fetch_duckduckgo_news_context(title, hours=24): logging.error(f"Failed to fetch DuckDuckGo News context for '{title}' after {MAX_RETRIES} attempts") return title -def curate_from_rss(): +def curate_from_rss(posted_titles_data, posted_titles, used_images_data, used_images): try: logging.debug(f"Using {len(posted_titles)} posted titles and {len(used_images)} used images")