Fix fo hack

This commit is contained in:
2024-09-20 13:18:36 +02:00
parent dbca290979
commit 62bb650b37
+2 -2
View File
@@ -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")