mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Formatting
This commit is contained in:
parent
faf82b0f05
commit
18b735d8d8
@ -882,7 +882,7 @@ class TrackedObjectProcessor(threading.Thread):
|
|||||||
self.client.publish(
|
self.client.publish(
|
||||||
f"{self.topic_prefix}/{camera}/motion/detected",
|
f"{self.topic_prefix}/{camera}/motion/detected",
|
||||||
True if motion_boxes else False,
|
True if motion_boxes else False,
|
||||||
retain=False
|
retain=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
tracked_objects = [
|
tracked_objects = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user