Update setting.py

pull/109/head
midoks 7 years ago
parent a601123cdf
commit 962cf26815
  1. 2
      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')

Loading…
Cancel
Save