aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_handler.py b/sql/sql_handler.py
index a02db52..7260b0e 100644
--- a/sql/sql_handler.py
+++ b/sql/sql_handler.py
@@ -62,7 +62,7 @@ class SQLHandler:
query = f"INSERT INTO {name} ({column}) VALUES ({placeholders})"
cursor.execute(query, data)
self.connection.commit()
- print("Data Inserted:", data)
+ print("Data Inserted:", data, "into", name)
except Error as err:
print("Error inserting data")
print(err)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage