hch
2019-04-27 fb6c6d84ca327e4c3f02797fc3441057531ab27a
Tool/RobotTest/ConfigurationReader/ConfigIniReader.py
@@ -61,7 +61,16 @@
        self.ProcessFindTJGTime = config.GetIntValue( "ProcessFindTJGTime")
        self.ServerDBConfigPath = config.GetValue( "ServerDBConfigPath")
        self.StartRunTime = config.GetIntValue( "StartRunTime")
        self.AccountSource = config.GetIntValue( "AccountSource")
        self.MaxPlayerCnt = config.GetIntValue( "MaxPlayerCnt")
    def GetMaxPlayerCnt(self):
        return self.MaxPlayerCnt
    # 账号获取来源 0:自动生成, 1:取库中已有账号
    def GetAccountSource(self):
        return self.AccountSource
    def GetIOThreadNum(self):
        return self.IOThreadNum