Various Tweaks (#20800)

* Fix incorrectly picking start time when date was selected

* Implement shared file locking utility

* Cleanup
This commit is contained in:
Nicolas Mowen
2025-11-04 16:06:14 -07:00
committed by GitHub
parent 3b2d136665
commit b751228476
15 changed files with 330 additions and 265 deletions

View File

@@ -38,7 +38,7 @@ from frigate.util.classification import (
collect_object_classification_examples,
collect_state_classification_examples,
)
from frigate.util.path import get_event_snapshot
from frigate.util.file import get_event_snapshot
logger = logging.getLogger(__name__)