Tomás F commited on
Commit
3e0d335
1 Parent(s): 460a4e3

Remove Reuters feed

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -35,8 +35,7 @@ def classify_articles(articles, target_pipeline):
35
 
36
 
37
  rss_feeds = {
38
- 'yahoo': 'https://finance.yahoo.com/news/rssindex',
39
- 'reuters': 'https://www.reutersagency.com/feed/?best-topics=business-finance&post_type=best'
40
  }
41
 
42
  sentiment_distribution = {
 
35
 
36
 
37
  rss_feeds = {
38
+ 'yahoo': 'https://finance.yahoo.com/news/rssindex'
 
39
  }
40
 
41
  sentiment_distribution = {