X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmxc6225xu%2Fpd.py;h=832eb06d61092d0f8a27a2bbf9e3a2dcc512b336;hb=991c44f33a55733610f6d9da1efbcc5bf1074dee;hp=962f963fa63e137cb976872978b5f51017f58d41;hpb=868fd207a7506ae2ab48d6a8755350e452d60521;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):