Update index.py

pull/445/head
midoks 2 years ago
parent 480bd154c6
commit 8ff2f217b3
  1. 4
      plugins/webssh/index.py

@ -160,7 +160,9 @@ class App():
host_info['ps'] = info_tmp['ps'] host_info['ps'] = info_tmp['ps']
# host_info['sort'] = int(info_tmp['sort']) # host_info['sort'] = int(info_tmp['sort'])
except Exception as e: except Exception as e:
print(e) # print(e)
return mw.returnJson(False, str(e))
# if os.path.exists(info_file): # if os.path.exists(info_file):
# os.remove(info_file) # os.remove(info_file)
# continue # continue

Loading…
Cancel
Save