Skip to content
Permalink
Browse files
Minor alterations
  • Loading branch information
hortonr6 committed Nov 24, 2017
1 parent ac151f3 commit 16a9f6060d902d0f96d510b42753983d56ca6d65
Showing 1 changed file with 1 addition and 0 deletions.
@@ -10,6 +10,7 @@ def chatbotExit(): #Richard
exitMessage = "END"
thisSocket.send(exitMessage.encode())
window.quit() #Closes the GUI window which then leads to the rest of the program being able to end as mainloop() terminates
#The GUI will only close if the program is run normally such as from the terminal and not if it is run in the python shell due to how tkinter's quit function works
return None

def receiveMessage(i): #Richard

0 comments on commit 16a9f60

Please sign in to comment.