diff options
Diffstat (limited to 'decoders/nunchuk/pd.py')
-rw-r--r-- | decoders/nunchuk/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index 0861cba..48a7099 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -47,7 +47,7 @@ class Decoder(srd.Decoder): ('warnings', 'Warnings', (14,)), ) - def __init__(self, **kwargs): + def __init__(self): self.state = 'IDLE' self.sx = self.sy = self.ax = self.ay = self.az = self.bz = self.bc = -1 self.databytecount = 0 |