From c86ddef7262628e83b051ecd463a4313c1abf78d Mon Sep 17 00:00:00 2001 From: gargsaumya Date: Tue, 16 Dec 2025 17:08:22 +0530 Subject: [PATCH 1/3] testing --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 2f8cf28c..fb4fc41e 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ # Clean one-liner: set level and output mode together setup_logging(output="both") - +print("Logging is set up.") conn_str = os.getenv("DB_CONNECTION_STRING") conn = connect(conn_str) cursor = conn.cursor() @@ -15,4 +15,4 @@ print(f"Database ID: {row[0]}, Name: {row[1]}") cursor.close() -conn.close() \ No newline at end of file +conn.close() From 11f23a6812f57185d0a2fcb0f6d7f2e95efd731f Mon Sep 17 00:00:00 2001 From: gargsaumya Date: Tue, 16 Dec 2025 19:29:12 +0530 Subject: [PATCH 2/3] testing --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fb4fc41e..ba613084 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ # Clean one-liner: set level and output mode together setup_logging(output="both") -print("Logging is set up.") +print("Logging is set up..") conn_str = os.getenv("DB_CONNECTION_STRING") conn = connect(conn_str) cursor = conn.cursor() From 6f0ef2129fc84738034d60efc4403181cf49613d Mon Sep 17 00:00:00 2001 From: gargsaumya Date: Tue, 16 Dec 2025 19:31:10 +0530 Subject: [PATCH 3/3] testing --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ba613084..8b73496a 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ # Clean one-liner: set level and output mode together setup_logging(output="both") -print("Logging is set up..") +print("Logging is set up...") conn_str = os.getenv("DB_CONNECTION_STRING") conn = connect(conn_str) cursor = conn.cursor()