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')