Fix accidental rename of key

This commit is contained in:
Joseph Schorr 2015-08-06 13:21:52 -04:00
parent 42b3dd56d4
commit aab8866345

View file

@ -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