changepage fortuneo

This commit is contained in:
Baptiste Delpey 2015-05-25 19:05:29 +02:00 committed by Romain Bignon
commit f20687bab5

View file

@ -45,7 +45,7 @@ class Fortuneo(Browser):
'.*/prive/mes-comptes/compte-titres-.*': PeaHistoryPage,
'.*/prive/mes-comptes/assurance-vie.*': InvestmentHistoryPage,
'.*/prive/mes-comptes/pea.*': PeaHistoryPage,
'.*/prive/mes-comptes/compte-especes.*': InvestmentHistoryPage,
'.*/prive/mes-comptes/compte-especes.*': AccountHistoryPage,
}
def __init__(self, *args, **kwargs):