From 3b3b3bbad154b8d85489f9e07629bed722459573 Mon Sep 17 00:00:00 2001 From: Richard Horton Date: Wed, 22 Nov 2017 14:37:30 +0000 Subject: [PATCH] Removed unnecessary piece of code --- Client.py | 1 - 1 file changed, 1 deletion(-) 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