Improved Wells Fargo module stability.

Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
This commit is contained in:
Oleg Plakhotniuk 2014-10-10 15:30:13 -05:00 committed by Laurent Bachelier
commit cbd084283d
3 changed files with 109 additions and 119 deletions

View file

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