diff --git a/python-api-examples/two-pass-speech-recognition-from-microphone.py b/python-api-examples/two-pass-speech-recognition-from-microphone.py index aa2245c5..7d5017f5 100755 --- a/python-api-examples/two-pass-speech-recognition-from-microphone.py +++ b/python-api-examples/two-pass-speech-recognition-from-microphone.py @@ -427,7 +427,6 @@ def main(): ) print("\r{}:{}".format(segment_id, result), flush=True) segment_id += 1 - else: sample_buffers = [] first_recognizer.reset(stream)