From c7e02c48ae93917398f15c6ddbc45eb3fa0da03b Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 20 Sep 2024 17:32:20 +0200 Subject: [PATCH] Masha wants to code --- voice_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice_recognition.py b/voice_recognition.py index 3abdf6b..bf2701d 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -208,7 +208,7 @@ class Transcriber(commands.Cog): if "STOP" in item.type: logger.info("Queue ended") break - elif "send_file" in item.ty + elif "send_file" in item.type: logger.info("Sending file for transcription") transcript = "" for iter in item.data: