mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Remove test.yaml saving
This commit is contained in:
parent
1f1c1b9214
commit
d6d75860b1
@ -223,8 +223,6 @@ def update_yaml_file(file_path, key_path, new_value):
|
|||||||
data = yaml.load(f)
|
data = yaml.load(f)
|
||||||
|
|
||||||
data = update_yaml(data, key_path, new_value)
|
data = update_yaml(data, key_path, new_value)
|
||||||
with open("/config/test.yaml", "w") as f:
|
|
||||||
yaml.dump(data, f)
|
|
||||||
with open(file_path, "w") as f:
|
with open(file_path, "w") as f:
|
||||||
yaml.dump(data, f)
|
yaml.dump(data, f)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user