Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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 |
|