fix
This commit is contained in:
@@ -451,6 +451,10 @@ def curate_from_rss():
|
||||
print("No interesting RSS article found after attempts")
|
||||
logging.info("No interesting RSS article found after attempts")
|
||||
return None, None, random.randint(600, 1800)
|
||||
except Exception as e:
|
||||
logging.error(f"Unexpected error in curate_from_rss: {e}", exc_info=True)
|
||||
print(f"Unexpected error in curate_from_rss: {e}")
|
||||
return None, None, random.randint(600, 1800)
|
||||
|
||||
def run_rss_automator():
|
||||
lock_fd = None
|
||||
|
||||
Reference in New Issue
Block a user