mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Formatting
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user