Update subgen.py

This commit is contained in:
McCloudS
2024-02-05 22:59:04 -07:00
committed by GitHub
parent 6259bd8018
commit 743366b741

View File

@@ -475,6 +475,7 @@ def path_mapping(fullpath):
return fullpath return fullpath
def transcribe_existing(): def transcribe_existing():
global transcribe_folders
transcribe_folders = transcribe_folders.split("|") transcribe_folders = transcribe_folders.split("|")
print("Starting to search folders to see if we need to create subtitles.") print("Starting to search folders to see if we need to create subtitles.")
logging.debug("The folders are:") logging.debug("The folders are:")