From e172a5a93606458f220a796182b3b23f02f05dfc Mon Sep 17 00:00:00 2001 From: Maxime Pommier Date: Tue, 9 Apr 2019 18:34:14 +0200 Subject: [PATCH] [boursorama] Add some "LDD" in account_types matching dict --- modules/boursorama/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boursorama/pages.py b/modules/boursorama/pages.py index f7ecd7b6fe..d043e7e9f1 100644 --- a/modules/boursorama/pages.py +++ b/modules/boursorama/pages.py @@ -220,6 +220,7 @@ def is_here(self): 'livret': Account.TYPE_SAVINGS, 'pel': Account.TYPE_SAVINGS, 'cel': Account.TYPE_SAVINGS, + 'ldd': Account.TYPE_SAVINGS, 'comptes épargne': Account.TYPE_SAVINGS, 'mon épargne': Account.TYPE_SAVINGS, 'csljeune': Account.TYPE_SAVINGS, # in url -- GitLab