use static IDs of accounts
This commit is contained in:
parent
89b5c8b0e8
commit
5f9536f61d
3 changed files with 7 additions and 8 deletions
|
|
@ -61,8 +61,6 @@ class INGBackend(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