Skip to content

Commit

Permalink
Update article_downloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mircealungu committed Apr 27, 2024
1 parent 5316504 commit 64c7203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeeguu/core/content_retriever/article_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def download_from_feed(feed: Feed, session, limit=1000, save_in_elastic=True):
logp(e)
continue

content = f"{downloaded} articles from {feed.title}\n\n"
content = f"{downloaded} articles from {feed.title}\n"
for each in downloaded_titles:
content += f"- {each}\n"

Expand Down

0 comments on commit 64c7203

Please sign in to comment.