fix navigation on website
This commit is contained in:
parent
eac8a7a0e4
commit
9d75cd9c72
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ class BanquePopulaire(BaseBrowser):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def get_history(self, account):
|
def get_history(self, account):
|
||||||
|
if not self.is_on_page(AccountsPage):
|
||||||
|
account = self.get_account(account.id)
|
||||||
self.location('/cyber/internet/ContinueTask.do', urllib.urlencode(account._params))
|
self.location('/cyber/internet/ContinueTask.do', urllib.urlencode(account._params))
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue