diff --git a/modules/boursorama/pages.py b/modules/boursorama/pages.py index 6bc043b6abadd52c03a899c4c01ed8461d251071..64047ead8c53259157b2bcd69af9ee1db4445973 100644 --- a/modules/boursorama/pages.py +++ b/modules/boursorama/pages.py @@ -219,6 +219,7 @@ def is_here(self): 'comptes courants': Account.TYPE_CHECKING, 'cav': Account.TYPE_CHECKING, 'livret': Account.TYPE_SAVINGS, + 'livret-a': Account.TYPE_SAVINGS, 'pel': Account.TYPE_SAVINGS, 'cel': Account.TYPE_SAVINGS, 'ldd': Account.TYPE_SAVINGS,