fix: coma are used as decimal separators

This commit is contained in:
Romain Bignon 2015-05-06 15:40:22 +02:00
commit 4df4c85aa0

View file

@ -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]')