From 422209c3f5d201553c5caa4cfa4cce6e024027aa Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 20 Sep 2024 16:44:13 +0200 Subject: [PATCH] fx --- voice_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice_recognition.py b/voice_recognition.py index 79b124c..a53c63c 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -176,7 +176,7 @@ class Transcriber(commands.Cog): elif after.channel is None: logger.info("User %s disconnected from channel %s", user, before.channel.name) operation = CommunicationObject(msg_type="user_cleanup", user=user, data=None) - logger.info("Item added to queue %s %s", self.queue, operation) + logger.info("Item added to queue %s %s", self.comm_queue, operation) self.comm_queue.put(operation) else: logger.info("User VC status changed %s", user.id)