From afe95b912bbc86b85eb3e11403edc63d5d3386b3 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Mon, 18 Jan 2021 00:03:15 -0500 Subject: [PATCH] Cleaned-up usused aiohttp sessions Fixes #317 --- exts/weather.py | 1 - 1 file changed, 1 deletion(-) diff --git a/exts/weather.py b/exts/weather.py index 27dfdf6..424267b 100644 --- a/exts/weather.py +++ b/exts/weather.py @@ -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):