Masha wants to code

This commit is contained in:
2024-09-20 17:32:20 +02:00
parent 77e22e6cb7
commit c7e02c48ae
+1 -1
View File
@@ -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: