Typo
This commit is contained in:
parent
ec68146135
commit
ff358b1a1f
|
@ -78,7 +78,7 @@ class outgoingSynSender(threading.Thread, StoppableThread):
|
||||||
shared.alreadyAttemptedConnectionsList[peer] = 0
|
shared.alreadyAttemptedConnectionsList[peer] = 0
|
||||||
try:
|
try:
|
||||||
shared.alreadyAttemptedConnectionsListLock.release()
|
shared.alreadyAttemptedConnectionsListLock.release()
|
||||||
except ThreadError as e:
|
except threading.ThreadError as e:
|
||||||
pass
|
pass
|
||||||
self.name = "outgoingSynSender-" + peer.host
|
self.name = "outgoingSynSender-" + peer.host
|
||||||
if peer.host.find(':') == -1:
|
if peer.host.find(':') == -1:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user