Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Network.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-02-2E-11.localdomain>2007-06-19 02:23:52 (GMT)
committer amartin <olpc@xo-02-2E-11.localdomain>2007-06-19 02:23:52 (GMT)
commit788f59289f7f3bb91487d5cbebd351476ad37226 (patch)
tree5d195670ec83c1daea03916d452fc40e5f99ad5f /Util/Network.py
parent9f51341e2e9c62145242c17788decaa2c165e158 (diff)
network
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()