Return sub_labels in event summary information.

This commit is contained in:
Dermot Duffy 2023-03-04 19:50:52 -08:00
parent 962bdc7fa5
commit c7c5cf6f1a

View File

@ -111,6 +111,7 @@ def events_summary():
Event.select(
Event.camera,
Event.label,
Event.sub_label,
fn.strftime(
"%Y-%m-%d",
fn.datetime(
@ -124,6 +125,7 @@ def events_summary():
.group_by(
Event.camera,
Event.label,
Event.sub_label,
fn.strftime(
"%Y-%m-%d",
fn.datetime(