diff --git a/Client.py b/Client.py index 9aa71ff..5fbf47f 100644 --- a/Client.py +++ b/Client.py @@ -13,6 +13,7 @@ def chatbotExit(): #Richard to end properly''' exitMessage = "END" thisSocket.send(exitMessage.encode()) + userInput.delete(0, tk.END) window.quit() return None