fix #13778 fortuneo module now support "compte especes"

This commit is contained in:
Baptiste Delpey 2015-02-23 12:42:03 +01:00 committed by Romain Bignon
commit 5b4c791392

View file

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