Skip to content

Commit

Permalink
Update subgen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Feb 6, 2024
1 parent d2d021c commit e44dc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgen/subgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e44dc36

Please sign in to comment.