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