mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 22:55:26 +03:00
Formatting
This commit is contained in:
parent
b68f7e7ddc
commit
a7b1e9f3bc
@ -509,7 +509,9 @@ class ReviewSegmentMaintainer(threading.Thread):
|
|||||||
self.indefinite_events[camera].pop(event_id)
|
self.indefinite_events[camera].pop(event_id)
|
||||||
current_segment.last_update = manual_info["end_time"]
|
current_segment.last_update = manual_info["end_time"]
|
||||||
else:
|
else:
|
||||||
logger.error(f"Event with ID {event_id} has a set duration and can not be ended manually.")
|
logger.error(
|
||||||
|
f"Event with ID {event_id} has a set duration and can not be ended manually."
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
if topic == DetectionTypeEnum.video:
|
if topic == DetectionTypeEnum.video:
|
||||||
self.check_if_new_segment(
|
self.check_if_new_segment(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user