From 1095b5c65e0ee699b79e1cc047da94d6ec787e9f Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:00:45 -0700 Subject: [PATCH] Update subgen.py Changed delimintg character from ',' (comma) to '|' (pipe) --- subgen/subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index 4191b92..7780a0e 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -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 = {