This commit is contained in:
2024-09-19 23:01:36 +02:00
parent 3c177b7538
commit 6c68b574a2
+1 -1
View File
@@ -153,7 +153,7 @@ class Transcriber(commands.Cog):
if time.time_ns() - item[1] > 34000000:
item[3] = True
elif not item[2] and item[3]:
item.rotate()
item[0].rotate()
item[3] = False
item[2] = False
logger.info("Diff : %s", time.time_ns() - item[1])