s/or/and/
This commit is contained in:
parent
d5c2ae961a
commit
7f440a9160
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class GpioPlugin(Plugin):
|
|||
import RPi.GPIO as GPIO
|
||||
|
||||
with self._init_lock:
|
||||
if self._initialized or GPIO.getmode():
|
||||
if self._initialized and GPIO.getmode():
|
||||
return
|
||||
|
||||
GPIO.setmode(self.mode)
|
||||
|
|
Loading…
Reference in a new issue