diff --git a/kuro/utils/general.py b/kuro/utils/general.py index 4e69b2f..3a9fcf3 100644 --- a/kuro/utils/general.py +++ b/kuro/utils/general.py @@ -154,8 +154,8 @@ def bluetooth_audio_sink(): try: 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): + return -1 sink = -1 try: