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
|
|
@ -123,7 +123,7 @@ class AccountsPage(LoggedPage, HTMLPage):
|
|||
if not 'rib' in p:
|
||||
raise SkipItem()
|
||||
|
||||
balance = CleanDecimal('./td[2] | ./td[3]')(self)
|
||||
balance = CleanDecimal('./td[2] | ./td[3]', replace_dots=True)(self)
|
||||
id = p['rib'][0]
|
||||
|
||||
# Handle cards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue