From 5fac4ffa53de13fa0e5c74e231330bc069e1b623 Mon Sep 17 00:00:00 2001 From: Vincent Paredes Date: Fri, 11 Jul 2014 10:52:31 +0200 Subject: [PATCH] adding new certificat hash --- modules/boursorama/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index 60a547ea..732ec1b5 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -35,7 +35,7 @@ class BrowserIncorrectAuthenticationCode(BrowserIncorrectPassword): class Boursorama(BaseBrowser): DOMAIN = 'www.boursorama.com' PROTOCOL = 'https' - CERTHASH = '6bdf8b6dd177bd417ddcb1cfb818ede153288e44115eb269f2ddd458c8461039' + CERTHASH = ['6bdf8b6dd177bd417ddcb1cfb818ede153288e44115eb269f2ddd458c8461039', 'b290ef629c88f0508e9cc6305421c173bd4291175e3ddedbee05ee666b34c20e'] ENCODING = None # refer to the HTML encoding PAGES = { '.*/connexion/securisation/index.phtml': AuthenticationPage,