diff --git a/plugins/webssh/index.py b/plugins/webssh/index.py index 2312d8f18..55a339b0a 100755 --- a/plugins/webssh/index.py +++ b/plugins/webssh/index.py @@ -160,7 +160,9 @@ class App(): host_info['ps'] = info_tmp['ps'] # host_info['sort'] = int(info_tmp['sort']) except Exception as e: - print(e) + # print(e) + return mw.returnJson(False, str(e)) + # if os.path.exists(info_file): # os.remove(info_file) # continue