mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-09 08:37:37 +03:00
Catch other one
This commit is contained in:
parent
02263bc0a3
commit
7f611885a8
@ -436,7 +436,7 @@ class CameraWatchdog(threading.Thread):
|
|||||||
|
|
||||||
for role in p["roles"]:
|
for role in p["roles"]:
|
||||||
self.requestor.send_data(
|
self.requestor.send_data(
|
||||||
f"{self.config.name}/status/{role}", "offline"
|
f"{self.config.name}/status/{role.value}", "offline"
|
||||||
)
|
)
|
||||||
|
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user