From d19918cb260576e75d56000a38f51d076ddff940 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 29 Oct 2023 18:13:02 -0600 Subject: [PATCH] Fix import --- frigate/record/export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/record/export.py b/frigate/record/export.py index 770097000..65ebf13c9 100644 --- a/frigate/record/export.py +++ b/frigate/record/export.py @@ -6,6 +6,7 @@ import os import subprocess as sp import threading from enum import Enum +from pathlib import Path from frigate.config import FrigateConfig from frigate.const import EXPORT_DIR, MAX_PLAYLIST_SECONDS