From d33dc6149c9de610f460e26aded63dac952c762c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 14 八月 2023 10:13:23 +0800
Subject: [PATCH] 华鑫托管改造初步设计

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

diff --git a/constant.py b/constant.py
index c955bdb..f527db0 100644
--- a/constant.py
+++ b/constant.py
@@ -56,7 +56,7 @@
 
 # 鑾峰彇鏍硅矾寰�
 def get_path_prefix():
-    return 'D:' if is_windows() else '/home'
+    return 'D:' if is_windows() else '/home/userzjj'
 
 
 # 姘翠笅鎹炵疮璁¤繛缁按涓嬫椂闂存渶灏忓��
@@ -66,7 +66,7 @@
 # 澶у崟绗旀暟
 BIG_MONEY_NUM = 7888
 
-CACHE_PATH = f"{'D:' if is_windows() else '/home'}/trade_cache"
+CACHE_PATH = f"{'D:' if is_windows() else '/home/userzjj'}/trade_cache"
 
 # S鎾ゆ瘮渚�
 S_CANCEL_MIN_MONEY = 98

--
Gitblit v1.8.0