aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/utils/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/utils/db.py b/python/utils/db.py
index 8e820937..87ee31a1 100644
--- a/python/utils/db.py
+++ b/python/utils/db.py
@@ -116,7 +116,7 @@ serenitas_pool = ThreadedConnectionPool(
database="serenitasdb",
user="serenitas_user",
host=os.environ.get("PGHOST", "debian"),
- cursor_factory=DictCursor,
+ cursor_factory=NamedTupleCursor,
)