Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -86,7 +86,7 @@ def delete_json(b_id):
|
|
86 |
cursor.execute(delete_query, (b_id,))
|
87 |
# Commit the transaction
|
88 |
connection.commit()
|
89 |
-
print(f"Record with BID {
|
90 |
# Close the cursor and connection
|
91 |
cursor.close()
|
92 |
connection.close()
|
|
|
86 |
cursor.execute(delete_query, (b_id,))
|
87 |
# Commit the transaction
|
88 |
connection.commit()
|
89 |
+
print(f"Record with BID {b_id} deleted successfully")
|
90 |
# Close the cursor and connection
|
91 |
cursor.close()
|
92 |
connection.close()
|