fix accounts list on new version of website

This commit is contained in:
Romain Bignon 2013-03-12 14:32:26 +01:00
commit eeed606757
2 changed files with 28 additions and 2 deletions

View file

@ -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):