Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -421,7 +421,7 @@ class WhisperBase(ABC):
|
|
421 |
title_line += "#NEWLINE#"
|
422 |
|
423 |
for temp_file in files_to_download.items():
|
424 |
-
if temp_file[0].split("_") == file_name
|
425 |
print((temp_file[1])["path"])
|
426 |
|
427 |
total_result += title_line+(((info["subtitle"].rstrip("\n")).replace("\t","#TAB#")).replace("\n","#NEWLINE#"))
|
|
|
421 |
title_line += "#NEWLINE#"
|
422 |
|
423 |
for temp_file in files_to_download.items():
|
424 |
+
if temp_file[0].split("_") == file_name:
|
425 |
print((temp_file[1])["path"])
|
426 |
|
427 |
total_result += title_line+(((info["subtitle"].rstrip("\n")).replace("\t","#TAB#")).replace("\n","#NEWLINE#"))
|