aiohttp.ClientSession() wants to be called inside a coroutine.
Try moving your Client() initializer into any async def function
aiohttp.ClientSession() wants to be called inside a coroutine.
Try moving your Client() initializer into any async def function