Skip to content
Permalink
Browse files
Added comment
  • Loading branch information
hortonr6 committed Nov 19, 2017
1 parent e068b22 commit cdeb53f77043c4d339b091cbe545d868124e87ef
Showing 1 changed file with 1 addition and 1 deletion.
@@ -88,7 +88,7 @@ sendBtn = tk.Button(window, text="Send Message", command=sendMessage)
sendBtn.pack(side="right", pady=15)

receiveMessage(i) #Receives the initial message from the chatbot
i = i + 1
i = i + 1 #Used to prevent global variable username being reset after initial declaration

tk.mainloop() #Runs the GUI

0 comments on commit cdeb53f

Please sign in to comment.