mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Fix renaming error
This commit is contained in:
parent
73c24b8e25
commit
1b22d334ce
@ -701,7 +701,7 @@ class TrackedObjectProcessor(threading.Thread):
|
||||
f"{self.topic_prefix}/events", json.dumps(message), retain=False
|
||||
)
|
||||
|
||||
self.event_queue.put(("end", camera, obj.to_dict(include_thumbnail=True, final_frame=True)))
|
||||
self.event_queue.put(("end", camera, obj.to_dict(include_thumbnail=True, end_frame=True)))
|
||||
|
||||
def snapshot(camera, obj: TrackedObject, current_frame_time):
|
||||
mqtt_config = self.config.cameras[camera].mqtt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user