X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fir_rc5%2Fpd.py;h=adf4e06c56485e67f5c68c1b71b722263b517ecf;hp=e1dd42f3c0a0b60f382232146fc6b468bff23201;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=486b19ce017c6663be6574dacd0c823304903bca diff --git a/decoders/ir_rc5/pd.py b/decoders/ir_rc5/pd.py index e1dd42f..adf4e06 100644 --- a/decoders/ir_rc5/pd.py +++ b/decoders/ir_rc5/pd.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## import sigrokdecode as srd @@ -56,7 +55,7 @@ class Decoder(srd.Decoder): ('fields', 'Fields', (1, 2, 3, 4, 5, 6)), ) - def __init__(self, **kwargs): + def __init__(self): self.samplerate = None self.samplenum = None self.edges, self.bits, self.ss_es_bits = [], [], []