fix syntax error
This commit is contained in:
parent
82ad25da3e
commit
452e3000be
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class BoobankMuninPlugin(object):
|
|||
except KeyError:
|
||||
pass
|
||||
else:
|
||||
accounts = reversed(a for b, a in self.weboob.do('iter_accounts'))
|
||||
accounts = reversed([a for b, a in self.weboob.do('iter_accounts')])
|
||||
|
||||
first = True
|
||||
for account in accounts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue