Update ssh_local.py
This commit is contained in:
parent
caeff7de55
commit
045d672d68
|
|
@ -87,7 +87,7 @@ class ssh_local(object):
|
|||
shell = ssh.invoke_shell(term='xterm', width=83, height=21)
|
||||
shell.setblocking(0)
|
||||
|
||||
self.__lock = True
|
||||
self.__lock = False
|
||||
return shell
|
||||
|
||||
def send(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue