mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
fix
This commit is contained in:
parent
a97d46f196
commit
c6eb08b3d3
@ -59,7 +59,7 @@ elif go2rtc_config["log"].get("format") is None:
|
||||
go2rtc_config["log"]["format"] = "text"
|
||||
|
||||
# ensure there is a default webrtc config
|
||||
if not go2rtc_config.get("webrtc", {}).get("candidates", []):
|
||||
if not go2rtc_config.get("webrtc"):
|
||||
go2rtc_config["webrtc"] = {}
|
||||
|
||||
# go2rtc should listen on 5000 tcp & udp by default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user