From 024de4615b43daeec23f8ef999e762366ef90333 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)