From 368def830d5509d852c00e5da1666efc9c4d8add Mon Sep 17 00:00:00 2001 From: dipanshuk Date: Mon, 25 May 2026 12:35:37 +0530 Subject: [PATCH] ddl file for sql --- Promotion_Import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Promotion_Import.py b/Promotion_Import.py index 1554df5..8a3906f 100644 --- a/Promotion_Import.py +++ b/Promotion_Import.py @@ -77,7 +77,7 @@ def connect_sql(): return conn except Exception as e: - + print("SQL CONNECTION FAILED") print(str(e))