[boursorama] Fix IDs of operations
This commit is contained in:
parent
cf58a18f00
commit
a722aa7986
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue