From d0e06658bf2df59a0e6a9338bb87ce0e08f29120 Mon Sep 17 00:00:00 2001 From: Martin Sicot Date: Fri, 16 Nov 2018 16:11:39 +0100 Subject: [PATCH] [boursorama] Change tag name for cards details tag name changed for the cards details --- modules/boursorama/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/boursorama/pages.py b/modules/boursorama/pages.py index 04010db035..c6141ba64a 100644 --- a/modules/boursorama/pages.py +++ b/modules/boursorama/pages.py @@ -848,7 +848,7 @@ def populate_cards_number(self, cards): the hash of the card's parent account, and the name of the card. """ card_details = [ - (CleanText('.//span')(o), CleanText('./@data-account-key')(o), CleanText('.//p')(o)) + (CleanText('.//span')(o), CleanText('./@data-card-key')(o), CleanText('.//p')(o)) for o in self.doc.xpath('//div[contains(@class, "zoom-carousel__item text-center credit-card-carousel__item")]') ] -- GitLab