vtiyyal1 commited on
Commit
71ed87a
1 Parent(s): d058257

Update get_articles.py

Browse files
Files changed (1) hide show
  1. get_articles.py +1 -0
get_articles.py CHANGED
@@ -81,6 +81,7 @@ def save_solr_articles(keywords: str, num_articles=15) -> str:
81
  title_five_words = set()
82
 
83
  for d in outputs.docs:
 
84
  if article_count == num_articles:
85
  break
86
 
 
81
  title_five_words = set()
82
 
83
  for d in outputs.docs:
84
+ print('dictionary of article',d)
85
  if article_count == num_articles:
86
  break
87