From c909137d67c3a21d833828b4830c1f32f1510421 Mon Sep 17 00:00:00 2001 From: rogersun Date: Mon, 18 May 2026 10:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4git=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/utils/git_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/utils/git_util.py b/update/utils/git_util.py index 483ceb7..e0c5590 100644 --- a/update/utils/git_util.py +++ b/update/utils/git_util.py @@ -180,7 +180,7 @@ class GitUtil: class GitDbUtil: def __init__(self): - self.local_code_path = os.path.join(settings.BASE_DIR, 'dx', 'code') + self.local_code_path = os.path.join(settings.BASE_DIR, 'dx', 'code', 'dingxin') # 获取可用的版本,可用状态需要手动维护数据库 @staticmethod