mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
1274225932
commit
3e11f8ac0b
@ -122,7 +122,7 @@ class Feed(object):
|
||||
def populate_from_preparsed_feed(self, title, articles, oldest_article=7,
|
||||
max_articles_per_feed=100):
|
||||
self.title = title if title else _('Unknown feed')
|
||||
self.descrition = ''
|
||||
self.description = ''
|
||||
self.image_url = None
|
||||
self.articles = []
|
||||
self.added_articles = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user