fix: Incorrect client

This commit is contained in:
2025-02-09 22:08:08 +11:00
parent 2f2441822e
commit 0a46dad1b7

View File

@@ -54,7 +54,7 @@ dbSave = clickhouse_connect.create_client(
database=DB_NAME
)
dbGet = clickhouse_connect.get_client(
dbGet = Client(
host=DB_HOST,
user=DB_USER,
password=DB_PASSWORD,