use LxmlHtmlParser as default parser
This commit is contained in:
parent
2d2b26b311
commit
3703adb44e
10 changed files with 130 additions and 45 deletions
|
|
@ -39,7 +39,7 @@ class Boobank(ConsoleApplication):
|
|||
@ConsoleApplication.command('List every available accounts')
|
||||
def command_list(self):
|
||||
accounts = []
|
||||
for backend, in self.weboob.iter_backends():
|
||||
for backend in self.weboob.iter_backends():
|
||||
try:
|
||||
for account in backend.iter_accounts():
|
||||
accounts.append('%17s %-20s %11.2f %11.2f' % (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue