From b534dbe6573a4ad048987bab670b8159dc73fe11 Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期二, 25 三月 2025 14:03:20 +0800
Subject: [PATCH] bug修改

---
 strategy/L2_data_analysis.py |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/strategy/L2_data_analysis.py b/strategy/L2_data_analysis.py
index 57d00af..2cb0b22 100644
--- a/strategy/L2_data_analysis.py
+++ b/strategy/L2_data_analysis.py
@@ -65,11 +65,6 @@
         # print(f"娌℃湁鎵惧埌杩欎釜璐э細{code}")
 
 
-# 娴嬭瘯鐨勬椂鍊欏彲浠ヨ皟鐢ㄤ竴涓�
-find_L2_big_order_of_code('002384')
-
-# # 濡傛灉浣犻渶瑕佸皢瑙f瀽鍚庣殑鏃ュ織淇濆瓨鍒版柊鏂囦欢涓紝鍙互浣跨敤浠ヤ笅浠g爜锛�
-# output_file_path = 'path/to/your/parsed_logfile.txt'
-# with open(output_file_path, 'w', encoding='utf-8') as output_file:
-#     for log in parsed_logs:
-#         output_file.write(log + '\n')
\ No newline at end of file
+if __name__ == '__main__':
+    # 娴嬭瘯鐨勬椂鍊欏彲浠ヨ皟鐢ㄤ竴涓�
+    find_L2_big_order_of_code('002384')

--
Gitblit v1.8.0