Auto-update: Mon Sep 2 14:43:26 PDT 2024
This commit is contained in:
parent
8b870ca8a7
commit
3fc0f9d30c
1 changed files with 2 additions and 2 deletions
|
@ -155,9 +155,9 @@ async def process_and_save_article(
|
||||||
voice: str = Tts.elevenlabs.default,
|
voice: str = Tts.elevenlabs.default,
|
||||||
site_name: Optional[str] = None
|
site_name: Optional[str] = None
|
||||||
) -> str:
|
) -> str:
|
||||||
'''
|
'''
|
||||||
Primary function for saving articles.
|
Primary function for saving articles.
|
||||||
'''
|
'''
|
||||||
try:
|
try:
|
||||||
# Fetch and parse article
|
# Fetch and parse article
|
||||||
article = await fetch_and_parse_article(url)
|
article = await fetch_and_parse_article(url)
|
||||||
|
|
Loading…
Reference in a new issue