From eae73950dc05a93e0f061b1a041d9b718bfdaf48 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 5 Nov 2023 06:11:17 -0700 Subject: [PATCH] Don't use _ --- frigate/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/const.py b/frigate/const.py index 6f8fc8ad0..69697a4b1 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -50,7 +50,7 @@ DRIVER_INTEL_iHD = "iHD" # Record Values -CACHE_SEGMENT_FORMAT = "%Y%m%d%H%M%S_%z" +CACHE_SEGMENT_FORMAT = "%Y%m%d%H%M%S%z" MAX_SEGMENT_DURATION = 600 MAX_PLAYLIST_SECONDS = 7200 # support 2 hour segments for a single playlist to account for cameras with inconsistent segment times