Skip to content

Commit

Permalink
skip missing descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Jul 20, 2024
1 parent 8c29a84 commit d8c5634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def download(self, feed_url: str) -> list[FeedArticle]:
original_title=entry.title,
title=entry.title,
link=entry.link,
description=entry.description,
description=description,
pub_date=pub_date,
processed=None,
parent=self
Expand Down

0 comments on commit d8c5634

Please sign in to comment.