Removed unused variable

pull/172/head
Matthew Scholefield 2016-06-17 17:10:47 -05:00
parent b1900c3d81
commit d0cbddc961
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ class ResponsiveRecognizer(speech_recognition.Recognizer):
def __init__(self, wake_word_recognizer):
speech_recognition.Recognizer.__init__(self)
self.daemon = True
self.max_audio_length_sec = 30
self.wake_word_recognizer = wake_word_recognizer
self.audio = pyaudio.PyAudio()