From cfa7ffdfeaead2f04f14cdbd57326aad75a44181 Mon Sep 17 00:00:00 2001 From: JIANG Date: Mon, 1 Dec 2025 14:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- influxdb_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/influxdb_api.py b/influxdb_api.py index 31d93fa..bc4c877 100644 --- a/influxdb_api.py +++ b/influxdb_api.py @@ -3361,7 +3361,6 @@ def query_corresponding_query_id_and_element_id(name: str) -> None: :return: """ # 连接数据库 - conn_string = f"dbname={db_name} host={db_host} user={db_user} password={db_password}" conn_string = get_pgconn_string(db_name=name) try: with psycopg.connect(conn_string) as conn: