bugfix
This commit is contained in:
parent
35bfe95bfb
commit
2a7236f0cb
@ -43,7 +43,6 @@ class UdpComm:
|
|||||||
b = data
|
b = data
|
||||||
if not isinstance(data, bytes):
|
if not isinstance(data, bytes):
|
||||||
b = json.dumps(data).encode('utf-8')
|
b = json.dumps(data).encode('utf-8')
|
||||||
b = b'0x00' * 18 + b
|
|
||||||
udpCliSock.sendto(b, (broadcast_host,self.port))
|
udpCliSock.sendto(b, (broadcast_host,self.port))
|
||||||
|
|
||||||
def send(self,data,addr):
|
def send(self,data,addr):
|
||||||
|
Loading…
Reference in New Issue
Block a user