From 5cb477fed14cf20a0ed48c2ab708aa1bc5755025 Mon Sep 17 00:00:00 2001 From: Steve N4IRS Date: Tue, 4 Apr 2017 10:11:31 -0400 Subject: [PATCH] add a dummy parameter to the method launchUDP --- ambe_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambe_audio.py b/ambe_audio.py index 9ef241c..db4aecd 100755 --- a/ambe_audio.py +++ b/ambe_audio.py @@ -269,7 +269,7 @@ class ambeIPSC(IPSC): return _ambeAll.tobytes() # Return the 49 * 3 as an array of bytes # Set up the socket and run the method to gather the AMBE. Sending it to all peers - def launchUDP(self): + def launchUDP(self, _name): s = socket.socket() # Create a socket object s.bind(('', self._ambeRxPort)) # Bind to the port