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