From 0f65d8a33fa7e63761d44ed1a80ce332eaac8d12 Mon Sep 17 00:00:00 2001 From: lintaogood Date: Thu, 13 Feb 2025 07:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 尾盘_数据统计_优化01.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/尾盘_数据统计_优化01.py b/尾盘_数据统计_优化01.py index 4bf9cc9..9f24def 100644 --- a/尾盘_数据统计_优化01.py +++ b/尾盘_数据统计_优化01.py @@ -284,8 +284,8 @@ def analyze_results(results_df): # ========== 主程序 ========== if __name__ == "__main__": # 配置路径 - STOCK_DIR = '/day/' - INDEX_PATH = '/index/000001.SH.txt' + STOCK_DIR = 'day/' + INDEX_PATH = 'index/000001.SH.txt' # 加载指数数据 logging.info("正在加载指数数据...")