mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Cleanup
This commit is contained in:
parent
92a1cec6af
commit
96061df5f5
@ -126,7 +126,7 @@ class Dispatcher:
|
|||||||
ReviewSegment.end_time == None
|
ReviewSegment.end_time == None
|
||||||
).execute()
|
).execute()
|
||||||
elif topic == UPDATE_CAMERA_ACTIVITY:
|
elif topic == UPDATE_CAMERA_ACTIVITY:
|
||||||
logger.error(f"we got the incoming data {payload}")
|
self.camera_activity = payload
|
||||||
else:
|
else:
|
||||||
self.publish(topic, payload, retain=False)
|
self.publish(topic, payload, retain=False)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user