diff --git a/cli.py b/cli.py index fd9cc275e8a9..c4a59d2e05cc 100644 --- a/cli.py +++ b/cli.py @@ -9300,7 +9300,6 @@ def _voice_stop_and_transcribe(self): self._voice_continuous = False self._no_speech_count = 0 _cprint(f"{_DIM}No speech detected 3 times, continuous mode stopped.{_RST}") - return else: self._no_speech_count = 0