diff --git a/contributing/samples/live_agent_api_server_example/live_agent_example.py b/contributing/samples/live_agent_api_server_example/live_agent_example.py index da06be086a..66302a9e12 100644 --- a/contributing/samples/live_agent_api_server_example/live_agent_example.py +++ b/contributing/samples/live_agent_api_server_example/live_agent_example.py @@ -168,6 +168,7 @@ def init_pyaudio_playback(): try: pya_interface_instance.terminate() except: + # TODO: be more specific about exception type pass pya_interface_instance = None pya_output_stream_instance = None