fix accounts list on new version of website
This commit is contained in:
parent
a8d8147452
commit
eeed606757
2 changed files with 28 additions and 2 deletions
|
|
@ -79,8 +79,7 @@ class Fortuneo(BaseBrowser):
|
|||
self.location('/ReloadContext?action=1&')
|
||||
|
||||
def get_history(self, account):
|
||||
if not self.is_on_page(AccountHistoryPage):
|
||||
self.location(account._link_id)
|
||||
self.location(account._link_id)
|
||||
return self.page.get_operations(account)
|
||||
|
||||
def get_accounts_list(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue