summaryrefslogtreecommitdiff
path: root/decoders/onewire_network
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/onewire_network')
-rw-r--r--decoders/onewire_network/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/onewire_network/pd.py b/decoders/onewire_network/pd.py
index bddc4a8..1a7567a 100644
--- a/decoders/onewire_network/pd.py
+++ b/decoders/onewire_network/pd.py
@@ -45,7 +45,7 @@ class Decoder(srd.Decoder):
('text', 'Human-readable text'),
)
- def __init__(self, **kwargs):
+ def __init__(self):
self.ss_block = 0
self.es_block = 0
self.state = 'COMMAND'