From d64b42c933d714cef7956a7b18263a8252093145 Mon Sep 17 00:00:00 2001 From: wangweiye7840 Date: Thu, 25 Apr 2024 17:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4database=5Ftools=E4=B8=AD?= =?UTF-8?q?=E7=9A=84db=5Fdatabase=E7=9A=84=E5=85=A8=E5=B1=80=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v4/database_tools_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/工具v4/database_tools_2.py b/工具v4/database_tools_2.py index 8788dfd5..9dbc80a6 100644 --- a/工具v4/database_tools_2.py +++ b/工具v4/database_tools_2.py @@ -27,7 +27,7 @@ db_user = "tikuuser" db_pwd = "Kjmathds_2024" db_port = "13306" db_host = "wwylss.synology.me" -db_database = "tiku" + def get_git_username(): command = "git config --global user.name"