remove test thing
This commit is contained in:
parent
5b6da9fbe0
commit
95b6855aa3
|
@ -78,7 +78,7 @@ class SocksQueue:
|
|||
self.listener = Socks5Listener(self.idlequeue, port)
|
||||
self.listener.queue = self
|
||||
self.listener.bind()
|
||||
if self.listener.started is False or True:
|
||||
if self.listener.started is False:
|
||||
self.listener = None
|
||||
# We cannot bind port, call error callback and fail
|
||||
self.error_cb(_('Unable to bind to port %s.') % port,
|
||||
|
|
Loading…
Reference in New Issue