mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx
This commit is contained in:
@@ -201,7 +201,7 @@ class Transcriber(commands.Cog):
|
||||
|
||||
while True:
|
||||
logger.info("waiting for tasks")
|
||||
item = self.comm_queue.get()
|
||||
item = await self.comm_queue.get()
|
||||
logger.info("Got %s", item)
|
||||
if item.type == "STOP":
|
||||
logger.info("Queue ended")
|
||||
|
||||
Reference in New Issue
Block a user