Cleaned-up usused aiohttp sessions

Fixes #317
This commit is contained in:
0x5c 2021-01-18 00:03:15 -05:00
parent 32c7029b88
commit afe95b912b
No known key found for this signature in database
GPG Key ID: A57F71C3176B9581
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class WeatherCog(commands.Cog):
def __init__(self, bot: commands.Bot):
self.bot = bot
self.session = aiohttp.ClientSession(connector=bot.qrm.connector)
@commands.command(name="bandconditions", aliases=["cond", "condx", "conditions"], category=cmn.cat.weather)
async def _band_conditions(self, ctx: commands.Context):