From 8b4b106bbf0bf11fd62c96d9e868176ef1750418 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 30 Jun 2022 09:30:15 -0600 Subject: [PATCH] Add default timerange --- frigate/const.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frigate/const.py b/frigate/const.py index 86be952f4..b0ad7e56e 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -5,6 +5,10 @@ CACHE_DIR = "/tmp/cache" YAML_EXT = (".yaml", ".yml") PLUS_ENV_VAR = "PLUS_API_KEY" PLUS_API_HOST = "https://api.frigate.video" + +### Default Args + +DEFAULT_TIME_RANGE = "00:00,24:00" MAX_SEGMENT_DURATION = 600 # Regex Consts