This commit is contained in:
2024-09-20 17:12:38 +02:00
parent 024c42a800
commit 28c5f36cb0
+1 -1
View File
@@ -201,7 +201,7 @@ class Transcriber(commands.Cog):
while True: while True:
logger.info("waiting for tasks") logger.info("waiting for tasks")
item = self.comm_queue.get() item = await self.comm_queue.get()
logger.info("Got %s", item) logger.info("Got %s", item)
if item.type == "STOP": if item.type == "STOP":
logger.info("Queue ended") logger.info("Queue ended")