From 9e23313b71de3be13109c860bd4ea9ff715e2caf Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期一, 14 四月 2025 14:36:02 +0800 Subject: [PATCH] 交易接口日志 --- strategy/basic_methods.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/strategy/basic_methods.py b/strategy/basic_methods.py index a7b4c12..0740517 100644 --- a/strategy/basic_methods.py +++ b/strategy/basic_methods.py @@ -88,6 +88,7 @@ if last_price != 0: growth = (price - last_price) / last_price * 100 # 璁$畻娑ㄥ箙鐧惧垎姣� return growth + finally: history_price[symbol] = price # print(f"price======={price}") -- Gitblit v1.8.0