diff --git a/modules/boursorama/pages.py b/modules/boursorama/pages.py index 37be0a37c18e494e96cc4d221a909a85935b73dd..84244cb28f500d8bc807dd294c15033d58412e87 100644 --- a/modules/boursorama/pages.py +++ b/modules/boursorama/pages.py @@ -356,8 +356,8 @@ def obj_balance(self): return balance def obj_type(self): - _type = CleanText('//h2[contains(@class, "page-title__account")]//div[@class="account-edit-label"]/span') - return Map(_type, self.page.LOAN_TYPES, default=Account.TYPE_LOAN)(self) + _type = CleanText('//h2[contains(@class, "page-title__account")]//div[@class="account-edit-label"]/span') + return Map(_type, self.page.LOAN_TYPES, default=Account.TYPE_LOAN)(self) def obj_next_payment_date(self): tmp = CleanText('//p[contains(text(), "Date de la prochaine échéance")]/span')(self)