Allow for ".yaml" (#2244)

* allow for ".yaml"

* remove unused import
This commit is contained in:
Justin Goette
2022-02-18 21:18:26 -06:00
committed by Blake Blackshear
parent 8b2622a234
commit f91f4f0053
3 changed files with 9 additions and 2 deletions
+1
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")