From 93fde21f8d713cce62479dac9a1eb74f13bcdc83 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 07 十一月 2023 18:24:24 +0800
Subject: [PATCH] bug修复

---
 log_module/log_export.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/log_module/log_export.py b/log_module/log_export.py
index f96c681..b232ce8 100644
--- a/log_module/log_export.py
+++ b/log_module/log_export.py
@@ -415,9 +415,8 @@
 
 
 if __name__ == '__main__':
-    datas = load_l2_market_data()
-    for d in datas:
-        print(d)
+    datas = get_trade_progress("000026")
+    print(datas)
     # print(get_h_cancel_compute_info("603912"))
 
     # logger_l2_h_cancel.info("test")

--
Gitblit v1.8.0