Fix comment in recipe

This commit is contained in:
MikeTheWatchGuy 2018-09-10 17:17:02 -04:00
parent 7f6ac376e2
commit cfcbb1f69f
1 changed files with 2 additions and 2 deletions

View File

@ -1049,8 +1049,8 @@ You can easily change colors to match your background by changing a couple of pa
form.Layout(layout) form.Layout(layout)
# ---===--- Loop taking in user input and using it to query HowDoI --- # # ---===--- Loop taking in user input (buttons) --- #
while True: while True:
(button, value) = form.Read() (button, value) = form.Read()
if button is 'EXIT' or button is None: if button is 'EXIT' or button is None:
break # exit button clicked break # exit button clicked