support many kind of accounts
This commit is contained in:
parent
61f4e631dd
commit
66d68c50fb
3 changed files with 12 additions and 10 deletions
|
|
@ -51,8 +51,6 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank):
|
|||
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