Spaces:
Sleeping
Sleeping
Update modules/utils.py
Browse files- modules/utils.py +1 -1
modules/utils.py
CHANGED
|
@@ -17,4 +17,4 @@ def fetch_article_from_url(url):
|
|
| 17 |
article.parse()
|
| 18 |
return article.text
|
| 19 |
except Exception as e:
|
| 20 |
-
return f"
|
|
|
|
| 17 |
article.parse()
|
| 18 |
return article.text
|
| 19 |
except Exception as e:
|
| 20 |
+
return f"Failed to fetch article: {e}"
|