Fix accidental rename of key
This commit is contained in:
parent
42b3dd56d4
commit
aab8866345
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def aggregated_log_view(log, kinds, start_time):
|
|||
view = {
|
||||
'kind': kinds[log.kind_id],
|
||||
'count': log.count,
|
||||
'date': format_date(datetime(start_time.year, month, day))
|
||||
'datetime': format_date(datetime(start_time.year, month, day))
|
||||
}
|
||||
|
||||
return view
|
||||
|
|
Reference in a new issue