mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +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)
|
||||
current_segment.last_update = manual_info["end_time"]
|
||||
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:
|
||||
if topic == DetectionTypeEnum.video:
|
||||
self.check_if_new_segment(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user