Spaces:
Running
Running
Update get_articles.py
Browse files- 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 |
|