diff --git a/test/test_rx.py b/test/test_rx.py index 3f059c12..e79d86ec 100644 --- a/test/test_rx.py +++ b/test/test_rx.py @@ -187,7 +187,7 @@ if nread_exceptions: print(f"RECEIVED BURSTS: {rx_bursts} RECEIVED FRAMES: {rx_total_frames} RX_ERRORS: {rx_errors}", file=sys.stderr) frx.close() -# and at last check if we had an openend pyaudio instance and close it +# and at last check if we had an opened pyaudio instance and close it if AUDIO_INPUT_DEVICE != -1: stream_rx.close() p.terminate()