Tool/Robot/ConfigurationReader/ConfigIniReader.py
@@ -62,6 +62,12 @@ self.ServerDBConfigPath = config.GetValue( "ServerDBConfigPath") self.StartRunTime = config.GetIntValue( "StartRunTime") self.TJGLimitCnt = config.GetIntValue( "TJGLimitCnt") def GetTJGLimitCnt(self): return self.TJGLimitCnt def GetIOThreadNum(self): return self.IOThreadNum