Improved Wells Fargo module stability.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
This commit is contained in:
parent
b1f20b5489
commit
cbd084283d
3 changed files with 109 additions and 119 deletions
|
|
@ -44,7 +44,7 @@ class WellsFargoModule(Module, CapBank):
|
|||
self.config['password'].get())
|
||||
|
||||
def iter_accounts(self):
|
||||
return self.browser.get_accounts()
|
||||
return self.browser.iter_accounts()
|
||||
|
||||
def get_account(self, id_):
|
||||
return self.browser.get_account(id_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue