diff options
Diffstat (limited to 'decoders/eeprom24xx')
-rw-r--r-- | decoders/eeprom24xx/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/eeprom24xx/pd.py b/decoders/eeprom24xx/pd.py index 386431e..73269a6 100644 --- a/decoders/eeprom24xx/pd.py +++ b/decoders/eeprom24xx/pd.py @@ -73,7 +73,7 @@ class Decoder(srd.Decoder): ('binary', 'Binary'), ) - def __init__(self, **kwargs): + def __init__(self): self.reset() def start(self): |