alexflrl
Results
1
comments of
alexflrl
> You can get full control to aiohttp session through this: > > ` from aiohttp_socks import ProxyConnector class CAsyncClient(AsyncClient): def **init**(self,*arg,**args): super().**init**(*arg, **args) > > ``` > def _init_session(self)...