Raahulthakur commited on
Commit
b324fb3
·
verified ·
1 Parent(s): bd3ec04

Update modules/utils.py

Browse files
Files changed (1) hide show
  1. 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"⚠️ Failed to fetch article: {e}"
 
17
  article.parse()
18
  return article.text
19
  except Exception as e:
20
+ return f"Failed to fetch article: {e}"