diff --git a/modules/boursorama/pages.py b/modules/boursorama/pages.py index e48e1f307a2fcceec51204ad4d0deb5108883c8f..1780bb1c49cf83445409dcfeb1c616e5e3f01172 100644 --- a/modules/boursorama/pages.py +++ b/modules/boursorama/pages.py @@ -337,7 +337,7 @@ class get_loan(ItemElement): klass = Loan - obj_id = CleanDecimal('//h3[contains(@class, "account-number")]/strong') + obj_id = CleanText('//h3[contains(@class, "account-number")]/strong') obj_label = CleanText('//h2[contains(@class, "page-title__account")]//div[@class="account-edit-label"]/span') obj_total_amount = CleanDecimal('//p[contains(text(), "Montant emprunt")]/span', replace_dots=True) obj_currency = CleanCurrency('//p[contains(text(), "Montant emprunt")]/span')