Take the operation id of the bank

This commit is contained in:
Florent 2013-01-26 13:47:10 +01:00 committed by Romain Bignon
commit 2ddf8f66b9
2 changed files with 2 additions and 3 deletions

View file

@ -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