From 4ee1bd5de9ca76a69adac6e17a11bd686c742ef3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 22 五月 2024 18:57:54 +0800 Subject: [PATCH] 融入交易 --- constant.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/constant.py b/constant.py index 5095771..e71aeb6 100644 --- a/constant.py +++ b/constant.py @@ -95,6 +95,8 @@ "passwd": "Yeshi2016@" } +LOG_DIR = "logs" + # 鑾峰彇鏍硅矾寰� def get_path_prefix(): return 'D:' if is_windows() else '/home' -- Gitblit v1.8.0