typo on serial plugin name

This commit is contained in:
Fabio Manganiello 2019-08-14 20:03:34 +02:00
parent 8bfe875483
commit 851635bc15
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class SensorSerialBackend(SensorBackend):
"""
def __init__(self, **kwargs):
super().__init__(plugin='gpio.sensor.serial', **kwargs)
super().__init__(plugin='serial', **kwargs)
# vim:sw=4:ts=4:et: