mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Formatting
This commit is contained in:
parent
28244a6169
commit
af824fef3c
@ -143,7 +143,9 @@ class ReviewSegmentMaintainer(threading.Thread):
|
||||
self.requestor.send_data(UPSERT_REVIEW_SEGMENT, seg_data)
|
||||
self.requestor.send_data(
|
||||
"reviews",
|
||||
json.dumps({"type": "end", "review": {k.name: v for k, v in seg_data.items()}}),
|
||||
json.dumps(
|
||||
{"type": "end", "review": {k.name: v for k, v in seg_data.items()}}
|
||||
),
|
||||
)
|
||||
self.active_review_segments[segment.camera] = None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user