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