diff options
Diffstat (limited to 'wasp/wasp.py')
| -rw-r--r-- | wasp/wasp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/wasp.py b/wasp/wasp.py index e5315a1..2711454 100644 --- a/wasp/wasp.py +++ b/wasp/wasp.py @@ -64,7 +64,7 @@ class PinHandler(): return it. :return: boolean of the pin state if an event is received, None - otherwise. + otherwise. """ new_value = self._pin.value() if self._value == new_value: |
