Merge pull request #187 from MikeTheWatchGuy/Dev-latest

Fix comment in recipe
This commit is contained in:
MikeTheWatchGuy 2018-09-10 17:17:53 -04:00 committed by GitHub
commit e36acfc5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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