chore: fix typo.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
CaptainB 2025-03-25 15:26:23 +08:00
parent 564e781ba2
commit f19316639e

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,