diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index b2c2a149f6db2357635fa6f0f8603b21cc2c901d..2ad2b305ce519ea635671aaa025df3f965ca3e4c 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -79,7 +79,7 @@ class BoursoramaBrowser(RetryLoginBrowser, TwoFactorBrowser): '/infos-profil', ErrorPage ) - login = URL(r'/connexion/saisie-mot-de-passe/', PasswordPage) + login = URL(r'/connexion/saisie-mot-de-passe', PasswordPage) accounts = URL(r'/dashboard/comptes\?_hinclude=300000', AccountsPage) accounts_error = URL(r'/dashboard/comptes\?_hinclude=300000', AccountsErrorPage)