aminaj commited on
Commit
737f71b
·
verified ·
1 Parent(s): 55d5c95

Update newsletter_api.py

Browse files
Files changed (1) hide show
  1. newsletter_api.py +1 -1
newsletter_api.py CHANGED
@@ -71,7 +71,7 @@ def extract_news_from_rss(feed_urls: list[str], topic: str, threshold: float = 0
71
  content = content.replace('"', "'")
72
 
73
  if score >= threshold:
74
- topic_articles.append
75
  "topic": topic,
76
  "title": title,
77
  "link": link,
 
71
  content = content.replace('"', "'")
72
 
73
  if score >= threshold:
74
+ topic_articles.append({
75
  "topic": topic,
76
  "title": title,
77
  "link": link,