From 8915b34659332288aab38780d8f10d75c4c83e7f Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Wed, 30 Oct 2013 22:35:41 +0100 Subject: The start() method no longer takes a metadata parameter --- decoders/mlx90614/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/mlx90614/pd.py') 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') -- cgit v1.2.3-70-g09d2