From 962cf26815308120c9ae9b619d4ab0741da65de7 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 13 Dec 2018 01:10:07 +0800 Subject: [PATCH] Update setting.py --- setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting.py b/setting.py index 2ef17ed10..f835379c0 100755 --- a/setting.py +++ b/setting.py @@ -1,13 +1,13 @@ import os import time import sys + sys.path.append(os.getcwd() + '/class/core') import public import system_api cpu_info = system_api.system_api().getCpuInfo() - if not os.path.exists(os.getcwd() + '/logs'): os.mkdir(os.getcwd() + '/logs')