Shane 7 months ago
parent 82f4a1d8b1
commit 5ea9f20dd8
  1. 2
      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") logging.error(f"Failed to fetch DuckDuckGo News context for '{title}' after {MAX_RETRIES} attempts")
return title return title
def curate_from_rss(): def curate_from_rss(posted_titles_data, posted_titles, used_images_data, used_images):
try: try:
logging.debug(f"Using {len(posted_titles)} posted titles and {len(used_images)} used images") logging.debug(f"Using {len(posted_titles)} posted titles and {len(used_images)} used images")

Loading…
Cancel
Save