Update ssh_local.py

This commit is contained in:
dami 2025-05-24 00:51:38 +08:00
parent caeff7de55
commit 045d672d68
1 changed files with 1 additions and 1 deletions

View File

@ -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):