From c8bc62a582c45c87f4695f18e245c15fe5fc2d21 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 12 十月 2024 14:56:30 +0800
Subject: [PATCH] 10202 【越南】【砍树】【英文】聚魂寻宝、古宝寻宝不验证背包空间;
---
Tool/Robot/ConfigurationReader/ConfigIniReader.py | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Tool/Robot/ConfigurationReader/ConfigIniReader.py b/Tool/Robot/ConfigurationReader/ConfigIniReader.py
index afa4c07..aabe96a 100644
--- a/Tool/Robot/ConfigurationReader/ConfigIniReader.py
+++ b/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
--
Gitblit v1.8.0