issues
search
flaree
/
flare-cogs
Various cogs written for Red-DiscordBot
MIT License
76
stars
69
forks
source link
Close aiohttp client session on cog unload
#235
Closed
mellow-org
closed
2 months ago
mellow-org
commented
2 months ago
Close the
aiohttp
client session on
cog_unload
to avoid unclosed session errors on
red_shutdown
.
Added type hinting in the f1 cog class
__init__
method.
Ran pre-commit hooks on all files.
flaree
commented
2 months ago
Thanks for the PR!
aiohttp
client session oncog_unload
to avoid unclosed session errors onred_shutdown
.__init__
method.