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 d8c5634 commit c7efb84
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 @@ -133,7 +133,7 @@ def download(self, feed_url: str) -> list[FeedArticle]:
if 'description' in entry:
description = entry.description
else:
description = None
description = ''

articles.append(
FeedArticle(
Expand Down

0 comments on commit c7efb84

Please sign in to comment.