diff --git a/ashost.py b/ashost.py index c9be065..6f7591c 100644 --- a/ashost.py +++ b/ashost.py @@ -38,7 +38,7 @@ def determine_host(devices_in: list) -> str: inports = [mido.open_input(device) for device in devices_in] print("Listening for messages...") - os.system(f'speaker-test -t sine -f 261 -l 1') + try: while not master: for port in inports: