Skip to content

Commit

Permalink
removed Trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-lirussi committed Oct 23, 2020
1 parent d05816f commit 83d4b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_speechrecognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def setAutoDetectionThreshold(self, threshold):
print 'SET: AutoDetection Threshold set to ' + str(self.autoDetectionThreshold)

def setMaxRecordingDuration(self, duration):
self.recordingDuration = duration
self.recordingDuration = duration

def setLookaheadDuration(self, duration):
self.lookaheadBufferSize = duration * SAMPLE_RATE
Expand Down

0 comments on commit 83d4b32

Please sign in to comment.