mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fix
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user