From d5b273a3b58a250742049df4ca0ef0ba54f53d33 Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Sat, 6 Nov 2021 16:20:13 +0100 Subject: Change Comment about Postgres DB Object --- test-cli/test/helpers/psqldb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test-cli/test/helpers/psqldb.py') diff --git a/test-cli/test/helpers/psqldb.py b/test-cli/test/helpers/psqldb.py index e703c3a..0141414 100644 --- a/test-cli/test/helpers/psqldb.py +++ b/test-cli/test/helpers/psqldb.py @@ -1,8 +1,9 @@ import psycopg2 +import psycopg2.extras class PgSQLConnection(object): - """aaaaaaa""" + """Postgres Connection Object""" __conection_object = None __db_config = {'dbname': 'testsrv', 'host': '192.168.2.171', -- cgit v1.1