From 925beee16f6d2c38ed32f4e94655bc063596431e Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Mon, 31 Aug 2015 12:35:18 +0200 Subject: [PATCH] add a comment to explain the change --- modules/boursorama/pages/investment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boursorama/pages/investment.py b/modules/boursorama/pages/investment.py index 5c91e82e..6e43f632 100644 --- a/modules/boursorama/pages/investment.py +++ b/modules/boursorama/pages/investment.py @@ -42,6 +42,7 @@ class AccountMarket(Page): inv.id = inv.code = self.parser.tocleanstring(isin_div[0]) inv.quantity = Decimal(cells[1]) + # 20,650
(+0,54%) inv.unitprice = Decimal(cells[2].xpath('text()')[0]) inv.unitvalue = Decimal(cells[3]) inv.valuation = Decimal(cells[4])