This commit is contained in:
2025-05-08 17:33:45 +10:00
parent 82f4a1d8b1
commit 5ea9f20dd8
+1 -1
View File
@@ -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")