From 090c62e276a49fb5d16438a4a33f06522dbccc1f Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 17 八月 2023 18:07:44 +0800 Subject: [PATCH] 删除虚拟下单 --- trade/current_price_process_manager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trade/current_price_process_manager.py b/trade/current_price_process_manager.py index 0a0e8e1..dfdbbd1 100644 --- a/trade/current_price_process_manager.py +++ b/trade/current_price_process_manager.py @@ -23,7 +23,7 @@ def accept_prices(prices): # 鑾峰彇棣栨澘浠g爜 - first_codes = gpcode_manager.FirstGPCodesManager().get_first_gp_codes() + first_codes = gpcode_manager.FirstGPCodesManager().get_first_gp_codes_cache() print("鎬讳环鏍间唬鐮佹暟閲忥細", len(prices)) -- Gitblit v1.8.0