diff options
Diffstat (limited to 'decoders/lm75/pd.py')
-rw-r--r-- | decoders/lm75/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py index b351344..8e447b7 100644 --- a/decoders/lm75/pd.py +++ b/decoders/lm75/pd.py @@ -77,7 +77,7 @@ class Decoder(srd.Decoder): self.maxtemp = 0 self.avgvalues = [] - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'lm75') self.out_ann = self.add(srd.OUTPUT_ANN, 'lm75') |