Typo
This commit is contained in:
parent
7f381c0c25
commit
3a543efd83
|
@ -38,7 +38,7 @@ class InvThread(threading.Thread, StoppableThread):
|
||||||
if len(data) == 2:
|
if len(data) == 2:
|
||||||
BMConnectionPool().handleReceivedObject(self, data[0], data[1])
|
BMConnectionPool().handleReceivedObject(self, data[0], data[1])
|
||||||
else:
|
else:
|
||||||
BMConnectionPool().handleReceivedObject(self, data[0], data[1], data[3])
|
BMConnectionPool().handleReceivedObject(self, data[0], data[1], data[2])
|
||||||
self.holdHash (stream, hash)
|
self.holdHash (stream, hash)
|
||||||
#print "Holding hash %i, %s" % (stream, hexlify(hash))
|
#print "Holding hash %i, %s" % (stream, hexlify(hash))
|
||||||
except Queue.Empty:
|
except Queue.Empty:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user