bugfix
This commit is contained in:
parent
2b0c6dec6a
commit
316d749cf5
@ -7,6 +7,7 @@ BUFSIZE = 1024
|
||||
class UdpComm:
|
||||
def __init__(self, port, callback, timeout=1):
|
||||
self.callback = callback
|
||||
self.timeout = timeout
|
||||
self.host = get_free_local_addr()[0]
|
||||
self.port = port
|
||||
self.udpSerSock = socket(AF_INET, SOCK_DGRAM)
|
||||
|
Loading…
Reference in New Issue
Block a user