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