Skip to content
Permalink
Browse files
Now clears message box when user sends the exit message
  • Loading branch information
hortonr6 committed Nov 21, 2017
1 parent 82e58ae commit a43b86e2ffa25d33aead79043f28d75daeb7ef0d
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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

0 comments on commit a43b86e

Please sign in to comment.