From 9d46d8e8a337747ad72d55a521e597d7e59dec95 Mon Sep 17 00:00:00 2001 From: Damien Mat Date: Thu, 20 Jun 2019 17:46:29 +0200 Subject: [PATCH] [boursorama] Typing '/livret-a/' urls-based accounts Closes: 11364@zendesk --- modules/boursorama/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boursorama/pages.py b/modules/boursorama/pages.py index 6bc043b6ab..64047ead8c 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, -- GitLab