support accounts with empty balance
This commit is contained in:
parent
8466b9db8e
commit
8d04e22703
2 changed files with 14 additions and 7 deletions
|
|
@ -112,6 +112,9 @@ class BanquePopulaire(BaseBrowser):
|
|||
if not self.is_on_page(AccountsPage):
|
||||
account = self.get_account(account.id)
|
||||
|
||||
if account._params is None:
|
||||
return
|
||||
|
||||
self.location('/cyber/internet/ContinueTask.do', urllib.urlencode(account._params))
|
||||
self.token = self.page.get_token()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue