[V3 Tunnel utils] Better handling of tunnel instances (#1538)

* Better handling of tunnel instances

* docs
This commit is contained in:
Michael H
2018-04-16 23:02:38 -04:00
committed by palmtree5
parent 6d714db928
commit 38531bf95c
3 changed files with 77 additions and 33 deletions

View File

@@ -62,10 +62,6 @@ class Reports:
x['tun'] for x in self.tunnel_store.values()
]
def __unload(self):
for tun in self.tunnels:
tun.close()
@checks.admin_or_permissions(manage_guild=True)
@commands.guild_only()
@commands.group(name="reportset")