LINT warnings fix

This commit is contained in:
Fabio Manganiello 2019-09-24 23:21:19 +02:00
parent 876a07d2c8
commit d96a218c56
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class GpioSensorMotionPwm3901Plugin(GpioSensorPlugin):
try:
x, y = sensor.get_motion()
break
except RuntimeError as e:
except RuntimeError:
time.sleep(0.01)
secs = int(time.time())