diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-11 19:26:12 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-11 19:26:12 (GMT) |
| commit | 683c3497e06cc43ded1d2bc62e1f85f80ee1bf59 (patch) | |
| tree | dde34551a01248c38d5ff0de8bf92633bdab2c87 /wasp/wasp.py | |
| parent | af1379806c5ccd938b8f310b949ef265a6d8def0 (diff) | |
docs: Fix warnings and add a few extra apps to the docs
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: |
