Skip to content
Snippets Groups Projects
Commit 95b6855a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove test thing

parent 5b6da9fb
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment