Update subgen.py
Changed delimintg character from ',' (comma) to '|' (pipe)
This commit is contained in:
@@ -485,7 +485,7 @@ def transcribe_existing():
|
||||
print("Finished searching and queueing files for transcription")
|
||||
|
||||
if transcribe_folders:
|
||||
transcribe_folders = transcribe_folders.split(",")
|
||||
transcribe_folders = transcribe_folders.split("|")
|
||||
transcribe_existing()
|
||||
|
||||
whisper_languages = {
|
||||
|
||||
Reference in New Issue
Block a user