fix backends initialization
This commit is contained in:
parent
e8349f5ddc
commit
7d274c74b7
6 changed files with 4 additions and 15 deletions
|
|
@ -29,9 +29,6 @@ class DLFPBackend(Backend, ICapMessages, ICapMessagesReply, ICapUpdatable):
|
|||
VERSION = '1.0'
|
||||
LICENSE = 'GPLv3'
|
||||
|
||||
def __init__(self, weboob):
|
||||
Backend.__init__(self, weboob)
|
||||
|
||||
def iter_messages(self):
|
||||
articles_list = ArticlesList('newspaper')
|
||||
for article in articles_list.iter_articles():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue