]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/pd.py
The start() method no longer takes a metadata parameter
[libsigrokdecode.git] / decoders / i2cdemux / pd.py
index afeaea8082f09b4a48bda2e4ca80f5c2a1512311..b075129d41695f294d63be24e9f380a78e1c788b 100644 (file)
@@ -42,7 +42,7 @@ class Decoder(srd.Decoder):
         self.stream = -1 # Current output stream
         self.streamcount = 0 # Number of created output streams
 
         self.stream = -1 # Current output stream
         self.streamcount = 0 # Number of created output streams
 
-    def start(self, metadata):
+    def start(self):
         self.out_proto = []
 
     def report(self):
         self.out_proto = []
 
     def report(self):