From b8ab86d048d8a2a34e54a020d304d6741062327f Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期四, 13 三月 2025 17:59:52 +0800 Subject: [PATCH] 日志调整 --- strategy/check_timer.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/strategy/check_timer.py b/strategy/check_timer.py index a2daa46..d61251c 100644 --- a/strategy/check_timer.py +++ b/strategy/check_timer.py @@ -25,7 +25,7 @@ # 澹版槑璧嬪�煎疄鏃舵椂闂� now_time = datetime.datetime.now().strftime("%H:%M:%S") # print(f"now_time==={now_time}") - if now_time > data_cache.after_closing_time and data_cache.execution is False: + if now_time > data_cache.AFTER_CLOSING_TIME and data_cache.execution is False: # 鏁寸悊褰撴棩娑ㄥ仠淇℃伅骞跺啓鍏ユ湰鍦扮鐞嗗ソ鏈湴鏁版嵁 kpl_api.get_arrange_limit_up_info() logger.info(f"鏁寸悊褰撴棩娑ㄥ仠淇℃伅 宸茬粡杩愯瀹屾垚") -- Gitblit v1.8.0