mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 22:32:10 +00:00
fix
This commit is contained in:
@@ -163,7 +163,7 @@ class Transcriber(commands.Cog):
|
|||||||
item[3] = False #buffer rotated
|
item[3] = False #buffer rotated
|
||||||
item[0].rotate()
|
item[0].rotate()
|
||||||
#temporary - will be put in separate thread
|
#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
|
#ensure only files with minimum length are sent to transcription
|
||||||
item[2] = False
|
item[2] = False
|
||||||
logger.info("Diff : %s", time.time_ns() - item[1])
|
logger.info("Diff : %s", time.time_ns() - item[1])
|
||||||
|
|||||||
Reference in New Issue
Block a user