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"