Administrator
2024-05-06 ef26675d07cc0014a3fb7cdabffc45bb00394af3
third_data/kpl_data_manager.py
@@ -9,7 +9,7 @@
import constant
from db.redis_manager_delegate import RedisUtils
from log_module import async_log_util
from log_module import async_log_util, log
from utils import tool
# 开盘啦历史涨停数据管理
@@ -436,6 +436,8 @@
    @classmethod
    def run_limit_up_task(cls):
        # 关闭log
        log.close_print()
        while True:
            try:
                if (tool.is_trade_time() and int(tool.get_now_time_str().replace(':', '')) > int("092530")):