remove deprecated startListening signal

pull/2670/head
Kris Gesling 2020-08-18 22:21:38 +09:30
parent 7f7c97d0f6
commit 23d1d35ea9
1 changed files with 1 additions and 2 deletions

View File

@ -494,8 +494,7 @@ class ResponsiveRecognizer(speech_recognition.Recognizer):
For example when we are in a dialog with the user. For example when we are in a dialog with the user.
""" """
# TODO: remove startListening signal check in 20.02 if self._listen_triggered:
if check_for_signal('startListening') or self._listen_triggered:
return True return True
# Pressing the Mark 1 button can start recording (unless # Pressing the Mark 1 button can start recording (unless