mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 23:36:01 +01:00
...
This commit is contained in:
parent
1274225932
commit
3e11f8ac0b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ def populate_from_feed(self, feed, title=None, oldest_article=7,
|
|||
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…
Reference in a new issue