From 63889050e5e35c377ff30875a25fa6da6974052e Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期一, 17 三月 2025 13:22:19 +0800
Subject: [PATCH] 日志调整

---
 strategy/check_timer.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/strategy/check_timer.py b/strategy/check_timer.py
index 3c598d2..2b6f335 100644
--- a/strategy/check_timer.py
+++ b/strategy/check_timer.py
@@ -7,6 +7,8 @@
 from log_module.log import logger_common
 from strategy import data_cache
 from strategy import kpl_api
+from utils import tool
+
 # from strategy import instant_time_market
 
 # 鑾峰彇logger瀹炰緥
@@ -23,7 +25,7 @@
     while True:
         try:
             # 澹版槑璧嬪�煎疄鏃舵椂闂�
-            now_time = data_cache.now_time
+            now_time = tool.get_now_time_str()
             # print(f"now_time==={now_time}")
             if now_time > data_cache.AFTER_CLOSING_TIME and data_cache.execution is False:
                 # 鏁寸悊褰撴棩娑ㄥ仠淇℃伅骞跺啓鍏ユ湰鍦扮鐞嗗ソ鏈湴鏁版嵁

--
Gitblit v1.8.0