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:
Florent 2012-02-17 15:44:14 +01:00 committed by Romain Bignon
commit a195a5e9c8
2 changed files with 5 additions and 5 deletions

View file

@ -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