From 0b0d0e790fec8c7edfdbcab5c31d625e0c2eadd6 Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期四, 19 六月 2025 16:54:49 +0800 Subject: [PATCH] 添加必要的数据日志 --- main.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/main.py b/main.py index 962c9b1..2b2b589 100644 --- a/main.py +++ b/main.py @@ -92,8 +92,11 @@ # 寮�鐩樺暒鐨勬定鍋滄蹇电殑鍥炶皟鍑芥暟 def kpl_limit_up_process(datas): # print(f"鍥炶皟鎴愬姛==={datas}") + now_time = tool.get_now_time_str() if datas is not None and len(datas) > 0: data_cache.limit_up_block_names = datas + if data_cache.CLOSING_TIME < now_time < data_cache.AFTER_CLOSING_TIME: + logger_common.info(f"鏀剁洏娑ㄥ仠姒傚康鍒楄〃鏇存柊==={now_time}=={datas}") else: data_cache.limit_up_block_names = [] -- Gitblit v1.8.0