From 9e64f43ae71007889f4923860a69e557aa3b1002 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 24 十二月 2024 14:34:34 +0800
Subject: [PATCH] 统计大单成交信息

---
 constant.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/constant.py b/constant.py
index aeb78b0..d331c04 100644
--- a/constant.py
+++ b/constant.py
@@ -55,6 +55,7 @@
 def get_path_prefix():
     return 'D:' if is_windows() else '/home/userzjj'
 
-
 # 璁㈤槄L2浠g爜鏁版嵁
 SUBSCRIPT_L2_CODES = set()
+
+CACHE_PATH = f"{'D:' if is_windows() else '/home/userzjj'}/trade_cache"

--
Gitblit v1.8.0