This commit is contained in:
mailchuck 2015-11-23 00:05:49 +01:00 committed by Peter Surda
parent ec68146135
commit ff358b1a1f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class outgoingSynSender(threading.Thread, StoppableThread):
shared.alreadyAttemptedConnectionsList[peer] = 0
try:
shared.alreadyAttemptedConnectionsListLock.release()
except ThreadError as e:
except threading.ThreadError as e:
pass
self.name = "outgoingSynSender-" + peer.host
if peer.host.find(':') == -1: