fixing when login is obsolete

This commit is contained in:
Vincent Paredes 2015-08-20 11:10:26 +02:00 committed by Romain Bignon
commit 9aa6f16311

View file

@ -102,6 +102,7 @@ class CmbModule(Module, CapBank):
try: try:
self.browser.open("https://www.cmb.fr/domiweb/servlet/Identification", allow_redirects=False, data=data) self.browser.open("https://www.cmb.fr/domiweb/servlet/Identification", allow_redirects=False, data=data)
self.browser.open("https://www.cmb.fr/domiweb/prive/particulier/releve/0-releve.act")
except BrowserHTTPError: except BrowserHTTPError:
raise BrowserIncorrectPassword() raise BrowserIncorrectPassword()
else: else: