domi-owned
domi-owned copied to clipboard
Error aiohttp "Use async with instead"
Issue:
TypeError: Use async with instead
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f5029076390>
Use aiohttp==1.1.5 instead of the latest version
With python3.7
(ie. latest kali linux) you may need to use aiohttp==2.3.8
instead of 1.1.5
Any fix for this issue?
Hi @coldfusion39 any fix for this ?