revert changes to new BNP website which has been removed
This commit is contained in:
parent
3ec65f7a55
commit
acbf167f8c
8 changed files with 91 additions and 97 deletions
|
|
@ -76,12 +76,12 @@ class BNPorcBackend(BaseBackend, ICapBank):
|
|||
|
||||
def iter_history(self, account):
|
||||
with self.browser:
|
||||
for history in self.browser.get_history(account.id):
|
||||
for history in self.browser.get_history(account):
|
||||
yield history
|
||||
|
||||
def iter_operations(self, account):
|
||||
with self.browser:
|
||||
for coming in self.browser.get_coming_operations(account.id):
|
||||
for coming in self.browser.get_coming_operations(account):
|
||||
yield coming
|
||||
|
||||
def iter_transfer_recipients(self, ignored):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue