runtime/ServicePublisher.py
changeset 1847 6198190bc121
parent 1846 14b40afccd69
child 1878 fb73a6b6622d
--- 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