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)