Arafath10 commited on
Commit
eb151cd
1 Parent(s): 19c1920

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 {bid_to_delete} deleted successfully")
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()