From c3103a23c6d85e4e7fdfe43a65a97ab8f00249d4 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 1 Jun 2024 01:57:36 +0800 Subject: [PATCH] Update __init__.py --- route/__init__.py | 1 + 1 file changed, 1 insertion(+) 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 ###########################