Skip to content

Commit 7a4582d

Browse files
committed
Remove extra loop.close
1 parent 936585a commit 7a4582d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bot.py

-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ def _cancel_tasks():
286286
loop.run_until_complete(loop.shutdown_asyncgens())
287287
finally:
288288
logger.info("Closing the event loop.")
289-
# loop.close()
290289

291290
if not future.cancelled():
292291
try:

0 commit comments

Comments
 (0)