diff options
Diffstat (limited to 'decoders/pan1321')
-rw-r--r-- | decoders/pan1321/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/pan1321/pd.py b/decoders/pan1321/pd.py index 4d56e58..9b5cf15 100644 --- a/decoders/pan1321/pd.py +++ b/decoders/pan1321/pd.py @@ -48,7 +48,7 @@ class Decoder(srd.Decoder): self.cmd = ['', ''] self.ss_block = None - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'pan1321') self.out_ann = self.add(srd.OUTPUT_ANN, 'pan1321') |