Fixed the updated udp_ip and udp_port not being used.
This commit is contained in:
parent
1c831d022a
commit
3020d9ca0d
1 changed files with 1 additions and 1 deletions
2
vloed.py
2
vloed.py
|
|
@ -155,7 +155,7 @@ class Canvas(object):
|
||||||
self.broadcastsocket.sendto(
|
self.broadcastsocket.sendto(
|
||||||
'%s:%f %s:%d %d*%d' % (
|
'%s:%f %s:%d %d*%d' % (
|
||||||
PROTOCOL_PREAMBLE, PROTOCOL_VERSION,
|
PROTOCOL_PREAMBLE, PROTOCOL_VERSION,
|
||||||
UDP_IP, UDP_PORT,
|
self.udp_ip, self.udp_port,
|
||||||
self.width/self.factor, self.height/self.factor),
|
self.width/self.factor, self.height/self.factor),
|
||||||
('<broadcast>', DISCOVER_PORT))
|
('<broadcast>', DISCOVER_PORT))
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue