mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-15 08:21:16 +03:00
Cleanup
This commit is contained in:
parent
c0527d1515
commit
41a53d8ef6
@ -452,8 +452,6 @@ async def _execute_set_camera_state(
|
|||||||
if not camera or not feature or not value:
|
if not camera or not feature or not value:
|
||||||
return {"error": "camera, feature, and value are all required."}
|
return {"error": "camera, feature, and value are all required."}
|
||||||
|
|
||||||
from frigate.api.camera import _SUB_COMMAND_FEATURES
|
|
||||||
|
|
||||||
dispatcher = request.app.dispatcher
|
dispatcher = request.app.dispatcher
|
||||||
frigate_config = request.app.frigate_config
|
frigate_config = request.app.frigate_config
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user