jonathanjordan21 commited on
Commit
aa093c2
·
verified ·
1 Parent(s): 3903690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,7 +28,6 @@ app.add_middleware(
28
  )
29
 
30
 
31
- @shared_task
32
  def news_details(url: str):
33
  article = newspaper.Article(url)
34
  article.download()
 
28
  )
29
 
30
 
 
31
  def news_details(url: str):
32
  article = newspaper.Article(url)
33
  article.download()