Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
andlo committed Oct 21, 2018
1 parent 04f9f57 commit da52bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def mesure_mic_thresh(self, message):
self.settings['Messurement list'].pop(1)

l = self.settings.get('Messurement list')
self.meter_thresh = sum(l) / float(len(l)))
self.meter_thresh = sum(l) / float(len(l))

if self.meter_thresh < self.settings.get('Lowest messurement'):
self.settings['Lowest messurement'] = self.meter_thresh
Expand Down

0 comments on commit da52bdc

Please sign in to comment.