@ -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):