summaryrefslogtreecommitdiff
path: root/decoders/midi/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/midi/pd.py')
-rw-r--r--decoders/midi/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py
index 5915976..1616af1 100644
--- a/decoders/midi/pd.py
+++ b/decoders/midi/pd.py
@@ -37,7 +37,7 @@ class Decoder(srd.Decoder):
('text-verbose', 'Human-readable text (verbose)'),
)
- def __init__(self, **kwargs):
+ def __init__(self):
self.cmd = []
self.state = 'IDLE'
self.ss = None