From eb5e90aded9a7259ddecc94d9244393fa5abd2e6 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sat, 4 Feb 2023 14:18:18 +0100 Subject: moving some variables around --- scripts/common/postgres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/common/postgres.py') diff --git a/scripts/common/postgres.py b/scripts/common/postgres.py index bff0720..bff4a84 100644 --- a/scripts/common/postgres.py +++ b/scripts/common/postgres.py @@ -24,5 +24,5 @@ def dbi(sql, values, **kwargs): print('`values` is a', type(values), 'but it needs to be tuple or list') sys.exit(1) if verbose is True: - print("Inserted and/or changed", cur.rowcount, "rows into db") + print("Inserted and/or changed", cur.rowcount, "rows in db") return True -- cgit v1.2.3