beremiz
Clone
Summary
Browse
Changes
Graph
Fixed typo in /runtime/ServicePublisher
2011-11-20, Edouard Tisserant
1013a69ed1ea
Parents
cd7ccbbbf471
Children
b511cab580eb
Fixed typo in /runtime/ServicePublisher
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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())