Fix syntax
This commit is contained in:
		
							parent
							
								
									8de3064953
								
							
						
					
					
						commit
						aefcecd30e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -155,7 +155,7 @@ def bluetooth_audio_sink():
 | 
			
		|||
        output = subprocess.check_output("pamixer --list-sinks".split()).decode("utf-8")
 | 
			
		||||
        output = [x for x in output.split('\n') if "blue" in x.lower()]
 | 
			
		||||
        return -1
 | 
			
		||||
    except subprocess.CalledProcessError, FileNotFoundError:
 | 
			
		||||
    except (subprocess.CalledProcessError, FileNotFoundError):
 | 
			
		||||
 | 
			
		||||
    sink = -1
 | 
			
		||||
    try:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue