diff options
Diffstat (limited to 'decoders/rtc8564')
-rw-r--r-- | decoders/rtc8564/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py index 16de6b6..5709f62 100644 --- a/decoders/rtc8564/pd.py +++ b/decoders/rtc8564/pd.py @@ -55,7 +55,7 @@ class Decoder(srd.Decoder): self.months = -1 self.years = -1 - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'rtc8564') self.out_ann = self.add(srd.OUTPUT_ANN, 'rtc8564') |