Skip to content
Permalink
Browse files
Removed commented out code as it is now redundant
  • Loading branch information
hortonr6 committed Nov 3, 2017
1 parent 1ae81a7 commit 15fe2b25940b5c7870f8be7dee9aaedcd43eaddc
Showing 1 changed file with 0 additions and 2 deletions.
2 GUI.py
@@ -22,9 +22,7 @@ def cb(event):
botText = "Hello " + userName + ", it's nice to meet you"
msgBox.configure(state="normal")
msgBox.insert(tk.END, "User: " + userText + "\n")
#msgBox.insert(tk.END, "\n")
msgBox.insert(tk.END, "Bot: " + botText + "\n")
#msgBox.insert(tk.END, "\n")
msgBox.configure(state="disabled")

userInput.bind("<Return>", cb)

0 comments on commit 15fe2b2

Please sign in to comment.