[V3] rpc close removed (#1726)

This commit is contained in:
Michael H 2018-05-28 01:06:13 -04:00 committed by palmtree5
parent 94b9878c6c
commit 757a3114dc

View File

@ -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)