Administrator
2023-09-01 a68342e13d2f11eade054ff1ab3eb496ff266516
真实下单位置校验
1个文件已修改
2 ■■■ 已修改文件
third_data/kpl_data_manager.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
third_data/kpl_data_manager.py
@@ -326,7 +326,7 @@
    def get_limit_up():
        while True:
            if tool.is_trade_time() or True:
            if tool.is_trade_time():
                try:
                    results = kpl_api.daBanList(kpl_api.DABAN_TYPE_LIMIT_UP)
                    result = json.loads(results)