This commit is contained in:
2024-09-20 00:31:48 +02:00
parent cc5f97f1d6
commit a60e99cd6e
+1 -1
View File
@@ -163,7 +163,7 @@ class Transcriber(commands.Cog):
item[3] = False #buffer rotated
item[0].rotate()
#temporary - will be put in separate thread
self.transcribe(item[0].file_name_past)
await self.transcribe(item[0].file_name_past)
#ensure only files with minimum length are sent to transcription
item[2] = False
logger.info("Diff : %s", time.time_ns() - item[1])