How to speed up API requests using aiohttp and async functions in python?
I have been trying to speed up a batch of api requests and I couldn’t figure out why this code doesn’t return anything. When I do this without async functions and just using simple requests everything works but now it returns none.