Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Network.py
diff options
context:
space:
mode:
Diffstat (limited to 'Util/Network.py')
-rw-r--r--Util/Network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Network.py b/Util/Network.py
index 395dcbd..469fb4b 100644
--- a/Util/Network.py
+++ b/Util/Network.py
@@ -240,7 +240,7 @@ class Network:
else:
self.listener = Listener( self, self.listenerSocket, self.inputSockets, self.outputSockets, self.exceptSockets )
self.listener.start()
- self.queryLatency( lamda x: print (x*1000))
+ self.queryLatency( lambda x: (x*1000) )
except socket.error, (value, message):
if self.socket:
self.socket.close()