diff -r 14b40afccd69 -r 6198190bc121 runtime/ServicePublisher.py --- a/runtime/ServicePublisher.py Tue Oct 03 16:31:31 2017 +0300 +++ b/runtime/ServicePublisher.py Thu Oct 05 16:38:49 2017 +0300 @@ -89,7 +89,7 @@ s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) try: s.connect((dst, 7)) - (host, port) = s.getsockname() + (host, _port) = s.getsockname() s.close() if host != '0.0.0.0': return host