mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 02:35:22 +03:00
Put wsdl back
This commit is contained in:
parent
bc067fd888
commit
77557caa98
@ -41,7 +41,10 @@ class OnvifController:
|
||||
cam.onvif.port,
|
||||
cam.onvif.user,
|
||||
cam.onvif.password,
|
||||
wsdl_dir="/home/vscode/.local/lib/python3.4/site-packages/wsdl/",
|
||||
wsdl_dir=site.getsitepackages()[0].replace(
|
||||
"dist-packages", "site-packages"
|
||||
)
|
||||
+ "/wsdl",
|
||||
),
|
||||
"init": False,
|
||||
"active": False,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user