Auto-update: Mon Sep 2 14:39:48 PDT 2024

This commit is contained in:
sanj 2024-09-02 14:39:48 -07:00
parent fca76d2229
commit ae332f7cfc

View file

@ -155,7 +155,9 @@ async def process_and_save_article(
voice: str = Tts.elevenlabs.default,
site_name: Optional[str] = None
) -> str:
'''
Primary function for saving articles.
'''
try:
# Fetch and parse article
article = await fetch_and_parse_article(url)