Skip to content

Commit

Permalink
Return sub_labels in event summary information. (#5642)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy authored Mar 5, 2023
1 parent c20c982 commit e8d8cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frigate/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def events_summary():
Event.select(
Event.camera,
Event.label,
Event.sub_label,
fn.strftime(
"%Y-%m-%d",
fn.datetime(
Expand All @@ -124,6 +125,7 @@ def events_summary():
.group_by(
Event.camera,
Event.label,
Event.sub_label,
fn.strftime(
"%Y-%m-%d",
fn.datetime(
Expand Down

0 comments on commit e8d8cc4

Please sign in to comment.