From 3fc0f9d30c5a65f9406884c51441e88f570aa421 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:43:26 -0700 Subject: [PATCH] Auto-update: Mon Sep 2 14:43:26 PDT 2024 --- sijapi/routers/news.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sijapi/routers/news.py b/sijapi/routers/news.py index 7f611fa..27e8723 100644 --- a/sijapi/routers/news.py +++ b/sijapi/routers/news.py @@ -155,9 +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)