Use new vdate in modules instead of _val
This commit is contained in:
parent
834c30b1e8
commit
5cbebe0117
2 changed files with 4 additions and 3 deletions
|
|
@ -190,7 +190,7 @@ class HistoryPage(BEPage):
|
|||
date = datetime.strptime(tddate, '%d/%m/%Y')
|
||||
val = datetime.strptime(tdval, '%d/%m/%Y')
|
||||
t.parse(date, tdlabel)
|
||||
t._val = val # FIXME is it rdate? date?
|
||||
t.vdate = val
|
||||
yield t
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue