Arafath10 commited on
Commit
567ac9d
·
verified ·
1 Parent(s): 1390508

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -61,7 +61,7 @@ def delete_tread(tread_id_to_delete):
61
  # Close the cursor and connection
62
  cursor.close()
63
  connection_load_chat.close()
64
- return {message":f"Thread ID {tread_id_to_delete} deleted successfully."}
65
 
66
 
67
 
 
61
  # Close the cursor and connection
62
  cursor.close()
63
  connection_load_chat.close()
64
+ return {"message":f"Thread ID {tread_id_to_delete} deleted successfully."}
65
 
66
 
67