rename iter_operations to iter_coming
This commit is contained in:
parent
9bd7346261
commit
8f282c9ae8
10 changed files with 18 additions and 16 deletions
|
|
@ -66,7 +66,8 @@ class BoursoramaBackend(BaseBackend, ICapBank):
|
|||
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):
|
||||
yield coming
|
||||
# TODO
|
||||
#def iter_coming(self, account):
|
||||
# with self.browser:
|
||||
# for coming in self.browser.get_coming_operations(account):
|
||||
# yield coming
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue