From c46cdbfd7a84696495f9335a2c202648cb41700a Mon Sep 17 00:00:00 2001 From: K Agajanian Date: Wed, 21 Aug 2024 09:15:06 -0600 Subject: [PATCH] hello --- app/db_setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/db_setup.py b/app/db_setup.py index 9db119e..9c0df4a 100644 --- a/app/db_setup.py +++ b/app/db_setup.py @@ -82,6 +82,7 @@ def setup_pg(): conn.commit() print("Committed!") + print("test this") return None