chore: fix typo.

v3.2
CaptainB 2025-03-25 15:26:23 +08:00
parent 564e781ba2
commit f19316639e
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ def queryPgSQL(database, user, password, host, port, query):
# 数据库连接信息
conn_params = {
"database": database,
"dbname": database,
"user": user,
"password": password,
"host": host,