diff options
Diffstat (limited to 'decoders/aud')
-rw-r--r-- | decoders/aud/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/aud/pd.py b/decoders/aud/pd.py index 6be1f83..a5330f9 100644 --- a/decoders/aud/pd.py +++ b/decoders/aud/pd.py @@ -46,7 +46,7 @@ class Decoder(srd.Decoder): ('dest', 'Destination address'), ) - def __init__(self, **kwargs): + def __init__(self): self.ncnt = 0 self.nmax = 0 self.addr = 0 |