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