This commit is contained in:
		@@ -115,8 +115,8 @@ class ProxyElem:
 | 
			
		||||
 | 
			
		||||
        try:
 | 
			
		||||
            async with self.local() as session:
 | 
			
		||||
                logger.log(request_data.json())
 | 
			
		||||
                logger.log(request_data)
 | 
			
		||||
                logger.info(request_data.json())
 | 
			
		||||
                logger.info(request_data)
 | 
			
		||||
                resp = await session.post(proxy_server, json=request_data.dict())
 | 
			
		||||
                response_data = cast(
 | 
			
		||||
                    ProxyResponse, ProxyResponse.parse_raw(await resp.text())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user