We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936585a commit 7a4582dCopy full SHA for 7a4582d
1 file changed
bot.py
@@ -286,7 +286,6 @@ def _cancel_tasks():
286
loop.run_until_complete(loop.shutdown_asyncgens())
287
finally:
288
logger.info("Closing the event loop.")
289
- # loop.close()
290
291
if not future.cancelled():
292
try:
0 commit comments