Fedor Kurushin

Results 1 comments of Fedor Kurushin

I have fixed this bug by creating try except block in a while loop with sleep and retry: ```python # init conn = aiohttp.TCPConnector(limit_per_host=30) self.__session = aiohttp.ClientSession( self.__url, # timeout=self.__timeout,...