From d33c91b1ceac37367bfc720359dbb5f49f7bbdb9 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 27 Sep 2023 00:23:31 +0900 Subject: [PATCH] chore(examples): fix typo in process.py hte -> the --- examples/vdp-101/async/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vdp-101/async/process.py b/examples/vdp-101/async/process.py index 09291e8c..1724c738 100644 --- a/examples/vdp-101/async/process.py +++ b/examples/vdp-101/async/process.py @@ -158,4 +158,4 @@ def parse_detection_from_database(detection_ls: List[Dict[str, Any]]) -> Tuple[L success = generate_video_from_frames(output_dir, opt.output_filename, framerate=opt.framerate) print(f'Video {opt.output_filename} was successly generated and saved to {output_dir}.') else: - print('Cannot generate video due to unexpected errors. Please check hte error message above.') \ No newline at end of file + print('Cannot generate video due to unexpected errors. Please check the error message above.')