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