Fixed typo in /runtime/ServicePublisher
authorEdouard Tisserant
Sun, 20 Nov 2011 18:14:04 +0100
changeset 643 1013a69ed1ea
parent 642 cd7ccbbbf471
child 644 b511cab580eb
Fixed typo in /runtime/ServicePublisher
runtime/ServicePublisher.py
--- a/runtime/ServicePublisher.py	Sat Nov 19 21:52:34 2011 +0100
+++ b/runtime/ServicePublisher.py	Sun Nov 20 18:14:04 2011 +0100
@@ -79,6 +79,6 @@
             s.close()
             if host != '0.0.0.0':
                 return host
-        except error:
+        except Exception,e:
             pass
         return socket.gethostbyname(socket.gethostname())