mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
works locally again
This commit is contained in:
parent
531c8f80f3
commit
7b05707e3b
@ -12,7 +12,7 @@ client.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1)
|
|||||||
# Enable broadcasting mode
|
# Enable broadcasting mode
|
||||||
client.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
|
client.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
|
||||||
|
|
||||||
client.connect(("", 5678))
|
client.bind(("", 5678))
|
||||||
while True:
|
while True:
|
||||||
# Thanks @seym45 for a fix
|
# Thanks @seym45 for a fix
|
||||||
data, addr = client.recvfrom(1024)
|
data, addr = client.recvfrom(1024)
|
||||||
|
Loading…
Reference in New Issue
Block a user