fix website changes (virtual keyboard, accounts list) closes #1696

This commit is contained in:
Romain Bignon 2014-12-18 11:27:09 +01:00
commit 4530278c1e
3 changed files with 12 additions and 13 deletions

View file

@ -56,8 +56,6 @@ class BoursoramaModule(Module, CapBank):
yield account
def get_account(self, _id):
if not _id.isdigit():
raise AccountNotFound()
with self.browser:
account = self.browser.get_account(_id)
if account: