diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index e8cab0f7..61380134 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -91,6 +91,8 @@ class Boursorama(BaseBrowser): target = date.today() - relativedelta( months = 2 ) self.location(account.link_id + ("&month=%d&year=%d" % (target.month, target.year))) operations += self.page.get_operations() + for index, op in enumerate(operations): + op.id = index return operations