fix issue with last commit
This commit is contained in:
parent
5ba6c1233b
commit
6b96dc62b0
|
@ -288,7 +288,7 @@ class receiveDataThread(QThread):
|
||||||
print 'Within receiveDataThread run(), self.sock.close() failed.', err
|
print 'Within receiveDataThread run(), self.sock.close() failed.', err
|
||||||
|
|
||||||
#try:
|
#try:
|
||||||
del selfInitiatedConnections[streamNumber][self]
|
del selfInitiatedConnections[self.streamNumber][self]
|
||||||
#self.selfInitiatedConnectionList.remove(self)
|
#self.selfInitiatedConnectionList.remove(self)
|
||||||
printLock.acquire()
|
printLock.acquire()
|
||||||
print 'removed self (a receiveDataThread) from ConnectionList'
|
print 'removed self (a receiveDataThread) from ConnectionList'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user