Skip to content

Commit

Permalink
nvm, i released from the wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Nov 30, 2024
1 parent de270bc commit 64262bb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions cogs/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2699,16 +2699,9 @@ async def start_task(task_thread):
pass

for thread in reversed(threads):
if thread.is_alive():
continue
try:
thread.start()
except AssertionError:
pass
# tasks.append(self.__bot.loop.create_task(start_task(thread)))

tasks.append(self.__bot.loop.create_task(start_task(thread)))

# await asyncio.gather(*tasks)
await asyncio.gather(*tasks)

multi_threads.append(self.__bot.loop.create_task(start()))
else:
Expand Down

0 comments on commit 64262bb

Please sign in to comment.