def data4plot_json(self):
ROOT_DIR = os.path.dirname(os.path.realpath('data4plot_json'))
full_path = ROOT_DIR + '/data4plot_json'
with open(full_path) as data:
return data.read()
#cherrypy.config.update({"response.timeout":1000000,'log.access_file': '../fullRun/supportFiles/logs/logAccess_file.txt','log.error_file': '../fullRun/supportFiles/logs/logError_file.txt','log.screen':True})
评论列表
文章目录