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 06:23:18 (GMT)
committer amartin <olpc@xo-02-2E-11.localdomain>2007-06-19 06:23:18 (GMT)
commit30fc3b8f2ebe5265904c9e26a4d36c50b11e41f3 (patch)
tree2b01cd71a4890a6d228d0049665e92993a2ac49c /Util/Network.py
parent57a451a79ca0610293768276f32139b17e5059ad (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 81159d9..2c5f53c 100644
--- a/Util/Network.py
+++ b/Util/Network.py
@@ -490,7 +490,7 @@ class Network:
t = time.time()
latency = t - self.latencyQueryStart[data[0:4]]
print "got sync reply %d" % (latency*1000)
- self.unpacker.reset(data[4:8])
+ self.unpacker.reset(data[4,8])
self.latencyQueryHandler[data]( latency, self.unpacker.unpack_float() )
self.latencyQueryHandler.pop(data)
self.latencyQueryStart.pop(data)