Formatting

This commit is contained in:
Nick Mowen 2022-12-10 16:10:58 -07:00
parent 6f3ed619c5
commit 33aedbad6c

View File

@ -1026,7 +1026,9 @@ def vod_ts(camera_name, start_ts, end_ts):
@bp.route("/vod/<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