fix website changes (virtual keyboard, accounts list) closes #1696
This commit is contained in:
parent
695205fbaf
commit
4530278c1e
3 changed files with 12 additions and 13 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue