mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Fix typo
This commit is contained in:
parent
6780791c72
commit
b4b106b25c
@ -34,7 +34,7 @@ go2rtc_config: dict[str, any] = config.get("go2rtc", {})
|
|||||||
if go2rtc_config.get("api") is None:
|
if go2rtc_config.get("api") is None:
|
||||||
go2rtc_config["api"] = {"origin": "*"}
|
go2rtc_config["api"] = {"origin": "*"}
|
||||||
elif go2rtc_config["api"].get("origin") is None:
|
elif go2rtc_config["api"].get("origin") is None:
|
||||||
go2rtc_config["log"]["origin"] = "*"
|
go2rtc_config["api"]["origin"] = "*"
|
||||||
|
|
||||||
# we want to ensure that logs are easy to read
|
# we want to ensure that logs are easy to read
|
||||||
if go2rtc_config.get("log") is None:
|
if go2rtc_config.get("log") is None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user