add a dummy parameter to the method launchUDP

This commit is contained in:
Steve N4IRS 2017-04-04 10:11:31 -04:00
parent f5c0fcdc60
commit 5cb477fed1
1 changed files with 1 additions and 1 deletions

View File

@ -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