admin
2025-03-25 b534dbe6573a4ad048987bab670b8159dc73fe11
main.py
@@ -100,7 +100,8 @@
    #  开盘啦的涨停概念的回调函数
    def kpl_limit_up_process(datas):
        # print(f"回调成功==={datas}")
        data_cache.limit_up_block_names = datas
        if datas is not None and len(datas) > 0:
            data_cache.limit_up_block_names = datas
    # # 计算当前线程数量
    # get_current_thread_count()