Administrator
2024-07-10 6daa63c38d0797e1b0ecdb06c508b58d8a91cd40
third_data/kpl_data_manager.py
@@ -455,7 +455,7 @@
        log.close_print()
        while True:
            try:
                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")):
                    results = kpl_api.getLimitUpInfoNew()
                    result = json.loads(results)
                    start_time = time.time()