fixed logging after upload
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -37,6 +37,6 @@ class SoundSender(AbcSender):
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            r = requests.post(config.API_URL + "/sample", files=files)
 | 
			
		||||
            logging.info("Content: ", r.content)
 | 
			
		||||
            logging.info("Headers:", r.headers)
 | 
			
		||||
            logging.debug(f"Content: {r.content.decode()}")
 | 
			
		||||
            logging.debug(f"Headers: {r.headers}")
 | 
			
		||||
            r.raise_for_status()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user