From ba85595bfa5364aff90536212a89702a7ef203c5 Mon Sep 17 00:00:00 2001 From: Maxime Pommier Date: Tue, 9 Jul 2019 17:04:28 +0200 Subject: [PATCH] =?UTF-8?q?[boursorama]=C2=A0Add=20Account=20type=20for=20?= =?UTF-8?q?"csl"=20accounts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/boursorama/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boursorama/pages.py b/modules/boursorama/pages.py index 64047ead8c..6306dbad58 100644 --- a/modules/boursorama/pages.py +++ b/modules/boursorama/pages.py @@ -223,6 +223,7 @@ def is_here(self): 'pel': Account.TYPE_SAVINGS, 'cel': Account.TYPE_SAVINGS, 'ldd': Account.TYPE_SAVINGS, + 'csl': Account.TYPE_SAVINGS, 'comptes épargne': Account.TYPE_SAVINGS, 'mon épargne': Account.TYPE_SAVINGS, 'csljeune': Account.TYPE_SAVINGS, # in url -- GitLab