fix navigation
This commit is contained in:
parent
2246f893bc
commit
a540beef61
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ class Cmso(BaseBrowser):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def get_history(self, account):
|
def get_history(self, account):
|
||||||
|
if not self.is_on_page(AccountsPage):
|
||||||
|
self.location('https://www.cmso.com/domimobile/m.jsp?a=sommaire')
|
||||||
|
|
||||||
link = account._link
|
link = account._link
|
||||||
|
|
||||||
while link is not None:
|
while link is not None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue