mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-20 04:36:42 +00:00
fix line length
This commit is contained in:
+3
-1
@@ -427,7 +427,9 @@ class IndexHandler(MixinHandler, tornado.web.RequestHandler):
|
||||
|
||||
for command in commands:
|
||||
try:
|
||||
_, stdout, _ = ssh.exec_command(command, get_pty=True, timeout=1)
|
||||
_, stdout, _ = ssh.exec_command(command,
|
||||
get_pty=True,
|
||||
timeout=1)
|
||||
except paramiko.SSHException as exc:
|
||||
logging.info(str(exc))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user