From 3020d9ca0de7c16fb6bd3293b7e11c6eddc521ce Mon Sep 17 00:00:00 2001 From: CodePanter Date: Thu, 24 Nov 2016 21:07:40 +0100 Subject: [PATCH] Fixed the updated udp_ip and udp_port not being used. --- vloed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vloed.py b/vloed.py index 2b04a7f..0006308 100755 --- a/vloed.py +++ b/vloed.py @@ -155,7 +155,7 @@ class Canvas(object): self.broadcastsocket.sendto( '%s:%f %s:%d %d*%d' % ( PROTOCOL_PREAMBLE, PROTOCOL_VERSION, - UDP_IP, UDP_PORT, + self.udp_ip, self.udp_port, self.width/self.factor, self.height/self.factor), ('', DISCOVER_PORT)) if self.debug: