Administrator
2024-03-22 3188666e40694641e954f3334a28e3bee8cc4b17
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")) or True:
            if (tool.is_trade_time() and int(tool.get_now_time_str().replace(':', '')) > int("092530")):
                try:
                    results = kpl_api.getLimitUpInfoNew()
                    result = json.loads(results)