mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: fix typo.
This commit is contained in:
parent
564e781ba2
commit
f19316639e
|
|
@ -122,7 +122,7 @@ def queryPgSQL(database, user, password, host, port, query):
|
|||
|
||||
# 数据库连接信息
|
||||
conn_params = {
|
||||
"database": database,
|
||||
"dbname": database,
|
||||
"user": user,
|
||||
"password": password,
|
||||
"host": host,
|
||||
|
|
|
|||
Loading…
Reference in New Issue