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