remove test print
This commit is contained in:
		@@ -71,10 +71,8 @@ class ProxyElem():
 | 
				
			|||||||
            data_list.append(data)
 | 
					            data_list.append(data)
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            async with self.local() as session:
 | 
					            async with self.local() as session:
 | 
				
			||||||
                print(data_list)
 | 
					 | 
				
			||||||
                resp = await session.post(proxy_server, json=data_list)
 | 
					                resp = await session.post(proxy_server, json=data_list)
 | 
				
			||||||
                text = await resp.text()
 | 
					                text = await resp.text()
 | 
				
			||||||
                print(text)
 | 
					 | 
				
			||||||
                jdata = json.loads(text)
 | 
					                jdata = json.loads(text)
 | 
				
			||||||
        except Exception as e:
 | 
					        except Exception as e:
 | 
				
			||||||
            logger.info(e)
 | 
					            logger.info(e)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user