Allow for ".yaml" (#2244)

* allow for ".yaml"

* remove unused import
This commit is contained in:
Justin Goette
2021-12-12 10:27:05 -05:00
committed by Blake Blackshear
parent 8b2622a234
commit f91f4f0053
3 changed files with 9 additions and 2 deletions

View File

@@ -2,3 +2,4 @@ BASE_DIR = "/media/frigate"
CLIPS_DIR = f"{BASE_DIR}/clips"
RECORD_DIR = f"{BASE_DIR}/recordings"
CACHE_DIR = "/tmp/cache"
YAML_EXT = (".yaml", ".yml")