fix: coma are used as decimal separators
This commit is contained in:
parent
6d6c49a5e6
commit
4df4c85aa0
1 changed files with 1 additions and 1 deletions
|
|
@ -99,4 +99,4 @@ class HistoryPage(LoggedPage, HTMLPage):
|
|||
obj_date = Transaction.Date('./td[2]')
|
||||
obj_vdate = Transaction.Date('./td[1]')
|
||||
obj_raw = Transaction.Raw('./td[3]')
|
||||
obj_amount = Transaction.Amount('./td[5]', './td[4]', replace_dots=False)
|
||||
obj_amount = Transaction.Amount('./td[5]', './td[4]')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue