From b4d1a7b32189c2f8bed2e960d8612c929f420977 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 20 Sep 2024 18:28:17 +0200 Subject: [PATCH] CLock --- voice_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice_recognition.py b/voice_recognition.py index ab1dadf..73bdfb8 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -156,7 +156,7 @@ class Transcriber(commands.Cog): if not item[3]: timediff_rotation = time.time_ns() - item[2] timediff_write = time.time_ns() -item[1] - if timediff_rotation > 3000149433 and timediff_write > 500014943 and item[4]: + if timediff_rotation > 13000149433 and timediff_write > 500014943 and item[4]: logger.info("File rotation time since last write %s %s", timediff_write, timediff_write/1e9) logger.info("File rotation time since last rotation %s %s",timediff_rotation, timediff_rotation/1e9) item[2] = time.time_ns()