Update __init__.py

This commit is contained in:
Mr Chen 2024-06-01 01:57:36 +08:00
parent 55b38c2741
commit c3103a23c6
1 changed files with 1 additions and 0 deletions

View File

@ -617,5 +617,6 @@ def webssh(data):
import ssh_local
shell = ssh_local.ssh_local.instance()
shell.run(data)
return
##################### ssh end ###########################