mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 02:05:21 +03:00
Update record.py
This commit is contained in:
parent
7bad969c59
commit
f525b724e4
@ -279,7 +279,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
directory = os.path.join(
|
directory = os.path.join(
|
||||||
RECORD_DIR,
|
RECORD_DIR,
|
||||||
start_time.
|
start_time.
|
||||||
.astimezone(tz=datetime.timezone.utc)
|
start_time.astimezone(tz=datetime.timezone.utc)
|
||||||
.strftime("%Y-%m-%d/%H"),
|
.strftime("%Y-%m-%d/%H"),
|
||||||
camera,
|
camera,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user