Administrator
2024-03-18 e4a0c150981df2046ee334fb6b0c3f2beef4e476
third_data/kpl_data_manager.py
@@ -417,7 +417,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)