fix getting history on some special workflow
This commit is contained in:
parent
ee00884a6a
commit
b8a622590a
2 changed files with 2 additions and 3 deletions
|
|
@ -125,8 +125,7 @@ class BanquePopulaire(BaseBrowser):
|
|||
return None
|
||||
|
||||
def get_history(self, account, coming=False):
|
||||
if not self.is_on_page(AccountsPage):
|
||||
account = self.get_account(account.id)
|
||||
account = self.get_account(account.id)
|
||||
|
||||
if coming:
|
||||
params = account._coming_params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue