Skip to content

Commit

Permalink
[V3] rpc close removed (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael H authored and palmtree5 committed May 28, 2018
1 parent 94b9878 commit 757a311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redbot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def main():
sentry_log.critical("Fatal Exception", exc_info=e)
loop.run_until_complete(red.logout())
finally:
red.rpc.close()
if cleanup_tasks:
pending = asyncio.Task.all_tasks(loop=red.loop)
gathered = asyncio.gather(*pending, loop=red.loop, return_exceptions=True)
Expand Down

0 comments on commit 757a311

Please sign in to comment.