Administrator
2024-03-27 87103d9325be0601b6f33eab737fc541b56e9577
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)
@@ -425,6 +425,7 @@
                    __upload_data("limit_up", result)
                except Exception as e:
                    logging.exception(e)
                    logger_debug.exception(e)
            time.sleep(3)
    def get_bidding_money():