summaryrefslogtreecommitdiff
path: root/decoders/mlx90614
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r--decoders/mlx90614/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py
index aa1ead5..0a3abba 100644
--- a/decoders/mlx90614/pd.py
+++ b/decoders/mlx90614/pd.py
@@ -34,7 +34,7 @@ class Decoder(srd.Decoder):
('kelvin', 'Temperature in Kelvin'),
)
- def __init__(self, **kwargs):
+ def __init__(self):
self.state = 'IGNORE START REPEAT'
self.data = []