diff options
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r-- | decoders/mlx90614/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 3cd2dcb..c4a47c4 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -43,7 +43,7 @@ class Decoder(srd.Decoder): self.state = 'IGNORE START REPEAT' self.data = [] - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mlx90614') self.out_ann = self.add(srd.OUTPUT_ANN, 'mlx90614') |