X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmxc6225xu%2Fpd.py;h=832eb06d61092d0f8a27a2bbf9e3a2dcc512b336;hb=92b7b49f6964f57a7d6fc4473645c993cfa4ba52;hp=962f963fa63e137cb976872978b5f51017f58d41;hpb=4045d68426fdc10ed3a0ac02d4bc353b37f1f252;p=libsigrokdecode.git diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index 962f963..832eb06 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.py @@ -72,7 +72,7 @@ class Decoder(srd.Decoder): ('text', 'Human-readable text'), ) - def __init__(self, **kwargs): + def __init__(self): self.state = 'IDLE' def start(self):