From 2a6a87337c128ce22014d16532c79486efb3290c Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 08 一月 2019 19:14:47 +0800
Subject: [PATCH] 5768 【后端】【1.5】新增8-14天活动功能封包

---
 Tool/RobotTest/Main.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tool/RobotTest/Main.py b/Tool/RobotTest/Main.py
index c341ebc..622060b 100644
--- a/Tool/RobotTest/Main.py
+++ b/Tool/RobotTest/Main.py
@@ -28,11 +28,11 @@
     logname = sys.argv[1]
 if HaveDEBUG:
     #gc.set_debug(gc.DEBUG_LEAK)
-    InitMyLog("InsideRobot%s"%logname, True, logging.DEBUG)
+    InitMyLog("RobotTest%s"%logname, True, logging.DEBUG)
 else:
     #gc.set_debug(gc.DEBUG_LEAK)
     #gc.disable()
-    InitMyLog("InsideRobot%s"%logname, True, logging.INFO)
+    InitMyLog("RobotTest%s"%logname, True, logging.INFO)
 
 
 from framework.frame import StartApp

--
Gitblit v1.8.0