diff --git a/modules/boursorama/pages/account_history.py b/modules/boursorama/pages/account_history.py index 220f3a27..9b20bb57 100644 --- a/modules/boursorama/pages/account_history.py +++ b/modules/boursorama/pages/account_history.py @@ -65,8 +65,8 @@ class AccountHistory(BasePage): category = labeldiv.attrib.get('title', '') useless, sep, category = [part.strip() for part in category.partition(':')] - credit = tds[3].text or "" - debit = tds[4].text or "" + debit = tds[3].text or "" + credit = tds[4].text or "" operation = Transaction(len(self.operations)) operation.parse(date=d, raw=label)