modify some scripts.

This commit is contained in:
2025-03-11 14:22:37 +08:00
parent 4d5f9521ef
commit af92229a3e
9 changed files with 1197 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from pathlib import Path
# MySQL 配置
db_config = {
'host': '172.18.0.5',
'host': '172.18.0.4',
'user': 'root',
'password': 'mysqlpw',
'database': 'stockdb'