Formatting

This commit is contained in:
Nick Mowen 2023-09-15 07:40:21 -06:00
parent aff248c62a
commit 1572c8f9cf

View File

@ -1649,7 +1649,7 @@ def export_recording(camera_name: str, start_time, end_time):
return make_response(
jsonify(
{"success": False, "message": "No recordings found for time range"}
),
),
400,
)