Update subgen.py

Changed delimintg character from ',' (comma) to '|' (pipe)
This commit is contained in:
McCloudS
2024-02-05 11:00:45 -07:00
committed by GitHub
parent 65926f9c70
commit 1095b5c65e

View File

@@ -485,7 +485,7 @@ def transcribe_existing():
print("Finished searching and queueing files for transcription") print("Finished searching and queueing files for transcription")
if transcribe_folders: if transcribe_folders:
transcribe_folders = transcribe_folders.split(",") transcribe_folders = transcribe_folders.split("|")
transcribe_existing() transcribe_existing()
whisper_languages = { whisper_languages = {