diff --git a/route/__init__.py b/route/__init__.py index 4a86b9d60..9ff8eb140 100755 --- a/route/__init__.py +++ b/route/__init__.py @@ -617,5 +617,6 @@ def webssh(data): import ssh_local shell = ssh_local.ssh_local.instance() shell.run(data) + return ##################### ssh end ###########################