Skip to content
Permalink
Browse files
Removed unnecessary piece of code
  • Loading branch information
hortonr6 committed Nov 22, 2017
1 parent 1598043 commit 3b3b3bbad154b8d85489f9e07629bed722459573
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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

0 comments on commit 3b3b3bb

Please sign in to comment.