mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 06:42:10 +00:00
Fix fo hack
This commit is contained in:
@@ -128,8 +128,8 @@ class TranscriptionOutput(commands.Cog):
|
|||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.queue = queue
|
self.queue = queue
|
||||||
self.work = False
|
self.work = False
|
||||||
@discord.ext.tasks.loop()
|
@tasks.loop()
|
||||||
def scan_loop(self):
|
async def scan_loop(self):
|
||||||
while self.work:
|
while self.work:
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
logger.info("Output scan loop exited succesfully")
|
logger.info("Output scan loop exited succesfully")
|
||||||
|
|||||||
Reference in New Issue
Block a user