Take the operation id of the bank
This commit is contained in:
parent
41c25f4611
commit
2ddf8f66b9
2 changed files with 2 additions and 3 deletions
|
|
@ -95,8 +95,6 @@ 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