use uniq IDs for accounts
This commit is contained in:
parent
9e41cd9483
commit
011dcc9688
3 changed files with 25 additions and 22 deletions
|
|
@ -50,8 +50,6 @@ class CreditMutuelBackend(BaseBackend, ICapBank):
|
|||
yield account
|
||||
|
||||
def get_account(self, _id):
|
||||
if not _id.isdigit():
|
||||
raise AccountNotFound()
|
||||
account = self.browser.get_account(_id)
|
||||
if account:
|
||||
return account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue