From b9a8aab5369b51f0d9f8fe91d934822a110acf40 Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期五, 25 四月 2025 14:50:35 +0800
Subject: [PATCH] 有概念的 过滤列表更新 有强度的 过滤列表更新 解决一个9:15的除以零BUG

---
 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