From 12fde7a726d0acdf1ea252b13e894006aabfa427 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 23 五月 2024 18:38:27 +0800 Subject: [PATCH] 日志路径修改 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index 7bf2567..0d1c811 100644 --- a/constant.py +++ b/constant.py @@ -18,4 +18,4 @@ # 鑾峰彇鏍硅矾寰� def get_path_prefix(): - return 'D:' if is_windows() else '/home/userzjj' + return 'D:' if is_windows() else '/home' -- Gitblit v1.8.0