From d32ec3e3012ec4c0934f4088424c32f3f038b249 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:13:50 -0600 Subject: [PATCH] fix: add missing comma --- whisperx/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisperx/utils.py b/whisperx/utils.py index 2cf5090..8c997ce 100644 --- a/whisperx/utils.py +++ b/whisperx/utils.py @@ -145,7 +145,7 @@ PUNKT_LANGUAGES = { 'sl': 'slovene', 'sv': 'swedish', 'tr': 'turkish', - "ml": "malayalam" + "ml": "malayalam", "ru": "russian", }