From e44dc365e9ee8a42db7d830c6bb212011adfca4a Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:35:01 -0700 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index 4f542cc..3ccff46 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -262,7 +262,7 @@ def gen_subtitles(file_path: str, transcribe_or_translate_str: str, front=True) try: if not is_video_file(file_path): - print(f"{file_path} isn't a video file!") + logging.debug(f"{file_path} isn't a video file!") return None if file_path not in files_to_transcribe: