Update index.py

pull/387/head
midoks 2 years ago
parent 583de57f96
commit 96875052cd
  1. 1
      plugins/webssh/index.py

@ -145,6 +145,7 @@ class App():
def get_server_list(self):
host_list = []
if os.path.exists(self.__host_dir):
for name in os.listdir(self.__host_dir):
info_file = self.__host_dir + '/' + name + '/info.json'
if not os.path.exists(info_file):

Loading…
Cancel
Save