Administrator
2024-04-25 a69971a64010fb7d6c3ef6926185db30f8a54331
注释掉测试
1个文件已修改
2 ■■■ 已修改文件
third_data/kpl_data_manager.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
third_data/kpl_data_manager.py
@@ -418,7 +418,7 @@
    def get_limit_up():
        while True:
            try:
                if (tool.is_trade_time() and int(tool.get_now_time_str().replace(':', '')) > int("092530")) or True:
                if (tool.is_trade_time() and int(tool.get_now_time_str().replace(':', '')) > int("092530")):
                    results = kpl_api.getLimitUpInfoNew()
                    result = json.loads(results)
                    start_time = time.time()