typo on serial plugin name

This commit is contained in:
Fabio Manganiello 2019-08-14 20:03:34 +02:00
parent 8bfe875483
commit 851635bc15

View file

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