From ea52ac00a86cbaf147bbf1f47697ceb4d1d28ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juliette=20Stehl=C3=A9?= Date: Sat, 6 Jul 2013 18:00:55 +0200 Subject: [PATCH] Introduces a line for the account history of savings. --- modules/boursorama/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index 41c6ca43..a69622cb 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -44,6 +44,7 @@ class Boursorama(BaseBrowser): '.*connexion.phtml.*': LoginPage, '.*/comptes/synthese.phtml': AccountsList, '.*/comptes/banque/detail/mouvements.phtml.*': AccountHistory, + '.*/comptes/epargne/mouvements.phtml.*': AccountHistory, '.*/date_anniversaire.phtml.*': UpdateInfoPage, }