try
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user