forked from p15670423/monkey
Agent: Fix logic (indenting) in MonkeyTunnel
This commit is contained in:
parent
8a393e0b03
commit
c9b9a27c34
|
@ -193,7 +193,7 @@ class MonkeyTunnel(Thread):
|
||||||
except socket.timeout:
|
except socket.timeout:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
timer.set(self._calculate_timeout())
|
timer.set(self._calculate_timeout())
|
||||||
|
|
||||||
logger.info("Closing tunnel")
|
logger.info("Closing tunnel")
|
||||||
self._broad_sock.close()
|
self._broad_sock.close()
|
||||||
|
|
Loading…
Reference in New Issue