fixing closed life insurance account on fortuneo
This commit is contained in:
parent
723c070150
commit
d8fecab254
2 changed files with 13 additions and 4 deletions
|
|
@ -90,9 +90,10 @@ class Fortuneo(Browser):
|
|||
def get_history(self, account):
|
||||
self.location(account._link_id)
|
||||
|
||||
self.page.select_period()
|
||||
if self.page.select_period():
|
||||
return self.page.get_operations(account)
|
||||
|
||||
return self.page.get_operations(account)
|
||||
return ([])
|
||||
|
||||
def get_accounts_list(self):
|
||||
"""accounts list"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue