mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Update docker/rootfs/usr/local/go2rtc/create_config.py
This commit is contained in:
parent
2eb9f99288
commit
003926bc0e
@ -37,4 +37,4 @@ if not go2rtc_config.get("webrtc", {}).get("candidates", []):
|
||||
|
||||
# Write YAML config to /dev/shm/go2rtc.yaml
|
||||
with open("/dev/shm/go2rtc.yaml", "w") as f:
|
||||
yaml.dump(config, f)
|
||||
yaml.dump(go2rtc_config, f)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user