fix
This commit is contained in:
@@ -362,7 +362,7 @@ def curate_from_rss(entry, original_source, source_name, link, page_url):
|
||||
return None, None
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Error curating RSS entry '{entry.get('title', 'unknown')}': {e}")
|
||||
logger.error(f"Error curating RSS entry '{getattr(entry, 'title', 'unknown')}': {e}")
|
||||
return None, None
|
||||
|
||||
def run_rss_automator():
|
||||
|
||||
Reference in New Issue
Block a user