bitmart优化完成

This commit is contained in:
Administrator
2025-12-18 09:45:07 +08:00
parent 86b4616246
commit dd3c7c5c3e
6 changed files with 24 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ pymysql.install_as_MySQLdb()
db_config = {
'database': 'lm',
'user': 'lm',
'password': 'phzEDrRDEeNZ7yFX',
'password': 'HhyAsGbrrbsJfpyy',
'host': '192.168.1.79',
'port': 3306
}