[groupamaes] should now always find accounts
This commit is contained in:
parent
fca4ece387
commit
ef2bd73f57
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ class GroupamaesBrowser(LoginBrowser):
|
|||
|
||||
login = URL('/groupama-es/fr/index.html', LoginPage)
|
||||
login_error = URL('/groupama-es/fr/identification/default.cgi', LoginErrorPage)
|
||||
avoir = URL('/groupama-es/fr/espace/devbavoirs.aspx.*', AvoirPage)
|
||||
avoir = URL('/groupama-es/fr/espace/devbavoirs.aspx\?mode=net&menu=cpte(?P<page>.*)', AvoirPage)
|
||||
operations_traitees = URL('/groupama-es/fr/espace/ListeOperations.asp\?TypeOperation=T', OperationsTraiteesPage)
|
||||
operations_futures = URL('/groupama-es/fr/espace/ListeOperations.asp\?TypeOperation=E', OperationsFuturesPage)
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ class GroupamaesBrowser(LoginBrowser):
|
|||
|
||||
@need_login
|
||||
def get_accounts_list(self):
|
||||
return self.avoir.stay_or_go().iter_accounts()
|
||||
return self.avoir.stay_or_go(page='&page=situglob').iter_accounts()
|
||||
|
||||
@need_login
|
||||
def get_history(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue