From 1778cd5368d65fbd745210c18e1c91341546b0b8 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 21 Jan 2012 15:54:58 +0000 Subject: fixed typo in local variable names (#3297) --- (limited to 'plugins/audio_sensors/audio_sensors.py') diff --git a/plugins/audio_sensors/audio_sensors.py b/plugins/audio_sensors/audio_sensors.py index 7cd9e8b..88e59d4 100644 --- a/plugins/audio_sensors/audio_sensors.py +++ b/plugins/audio_sensors/audio_sensors.py @@ -140,8 +140,8 @@ class Audio_sensors(Plugin): self.voltage_gain = -0.0001471 self.voltage_bias = 1.695 else: # XO 1.75 and 3.0 - self._voltage_gain = 0.00007692 - self._voltage_bias = 0.719 + self.voltage_gain = 0.00007692 + self.voltage_bias = 0.719 palette.add_block('resistance', style='box-style', label=_('resistance'), -- cgit v0.9.1