diff --git a/Client.py b/Client.py index c4911e2..560fd9e 100644 --- a/Client.py +++ b/Client.py @@ -9,7 +9,6 @@ def chatbotExit(): #Richard to end properly''' exitMessage = "END" thisSocket.send(exitMessage.encode()) - userInput.delete(0, tk.END) window.quit() #Closes the GUI window which then leads to the rest of the program being able to end as mainloop() terminates return None