mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Formatting
This commit is contained in:
parent
6f3ed619c5
commit
33aedbad6c
@ -1026,7 +1026,9 @@ def vod_ts(camera_name, start_ts, end_ts):
|
|||||||
|
|
||||||
@bp.route("/vod/<year_month>/<day>/<hour>/<camera_name>")
|
@bp.route("/vod/<year_month>/<day>/<hour>/<camera_name>")
|
||||||
def vod_hour_no_timezone(year_month, day, hour, camera_name):
|
def vod_hour_no_timezone(year_month, day, hour, camera_name):
|
||||||
return vod_hour(year_month, day, hour, camera_name, get_localzone_name().replace("/", "_"))
|
return vod_hour(
|
||||||
|
year_month, day, hour, camera_name, get_localzone_name().replace("/", "_")
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
# TODO make this nicer when vod module is removed
|
# TODO make this nicer when vod module is removed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user