Set replace_dots everywhere
The goal is to change the default value in CleanDecimal
This commit is contained in:
parent
e448fb9459
commit
a434f33a61
10 changed files with 16 additions and 17 deletions
|
|
@ -70,4 +70,4 @@ class TitreHistory(HTMLPage):
|
|||
|
||||
obj_raw = Transaction.Raw('td[4] | td[3]/a')
|
||||
obj_date = Date(CleanText('td[2]'), dayfirst=True)
|
||||
obj_amount = CleanDecimal('td[7]')
|
||||
obj_amount = CleanDecimal('td[7]', replace_dots=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue