|
@@ -64,7 +64,7 @@ import CONFIGURE.PathSetting as PathSetting
|
|
|
sys.path.append(PathSetting.middle_path)
|
|
|
#import IndexStaByOneCycle
|
|
|
import importlib
|
|
|
-importlib.reload(IndexStaByOneCycle)
|
|
|
+importlib.reload(IndexStaByOneCycle)
|
|
|
|
|
|
indexSta = IndexStaByOneCycle.IndexStaByOneCycle()
|
|
|
|