Small fixe of the "rssid" method usage (updated)
Sorry, I did a little mistake. Signed-off-by: Florent <weboob@flo.fourcot.fr> Signed-off-by: Romain Bignon <romain@symlink.me>
This commit is contained in:
parent
c172a1b1af
commit
a195a5e9c8
2 changed files with 5 additions and 5 deletions
|
|
@ -72,7 +72,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
|
|||
return thread
|
||||
|
||||
def iter_threads(self):
|
||||
for article in Newsfeed(self.RSS_FEED, GenericNewspaperBackend.RSSID).iter_entries():
|
||||
for article in Newsfeed(self.RSS_FEED, self.RSSID).iter_entries():
|
||||
thread = Thread(article.id)
|
||||
thread.title = article.title
|
||||
thread.date = article.datetime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue