add a comment to explain the change
This commit is contained in:
parent
6b54cd6259
commit
925beee16f
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class AccountMarket(Page):
|
|||
inv.id = inv.code = self.parser.tocleanstring(isin_div[0])
|
||||
|
||||
inv.quantity = Decimal(cells[1])
|
||||
# <td data-header="Cours">20,650<br>(<span class="varup">+0,54%</span>)</td>
|
||||
inv.unitprice = Decimal(cells[2].xpath('text()')[0])
|
||||
inv.unitvalue = Decimal(cells[3])
|
||||
inv.valuation = Decimal(cells[4])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue