From b1e51554a384917e1fdcf7e5011f2b99a0e80f99 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 09 八月 2023 14:41:46 +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 c27d573..0a0e8e1 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.get_first_gp_codes() + first_codes = gpcode_manager.FirstGPCodesManager().get_first_gp_codes() print("鎬讳环鏍间唬鐮佹暟閲忥細", len(prices)) -- Gitblit v1.8.0