Spaces:
Running
Running
fix
Browse files- tools/rss_get_papers.py +1 -1
tools/rss_get_papers.py
CHANGED
@@ -33,7 +33,7 @@ class HFDaylyPapperTool(Tool):
|
|
33 |
) from e
|
34 |
|
35 |
try:
|
36 |
-
response = self.rss_processor.get_latest_articles(["HuggingFace Daily pappers"], number)
|
37 |
|
38 |
result = ""
|
39 |
for article in response:
|
|
|
33 |
) from e
|
34 |
|
35 |
try:
|
36 |
+
response = self.rss_processor.get_latest_articles(["HuggingFace Daily pappers"], number)[0]
|
37 |
|
38 |
result = ""
|
39 |
for article in response:
|