From ca72b03c20b2e3b2759c4d9dc2a012f32283b843 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 24 一月 2025 14:23:35 +0800 Subject: [PATCH] L2历史数据解析 --- l2_data_parser.py | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/l2_data_parser.py b/l2_data_parser.py index ed219b3..2578aae 100644 --- a/l2_data_parser.py +++ b/l2_data_parser.py @@ -2,10 +2,8 @@ L2鏁版嵁瑙f瀽鍣� """ import csv - - def parse_order_detail(): - with open('OrderDetail.csv', 'r', encoding='utf-8') as file: + with open('/home/userzjj/ftp/20250123/OrderDetail.csv', 'r', encoding='utf-8') as file: csv_reader = csv.reader(file) # 鑾峰彇琛ㄥご headers = next(csv_reader) -- Gitblit v1.8.0