Merge pull request #187 from MikeTheWatchGuy/Dev-latest
Fix comment in recipe
This commit is contained in:
commit
e36acfc5a3
|
@ -1049,8 +1049,8 @@ You can easily change colors to match your background by changing a couple of pa
|
|||
|
||||
form.Layout(layout)
|
||||
|
||||
# ---===--- Loop taking in user input and using it to query HowDoI --- #
|
||||
while True:
|
||||
# ---===--- Loop taking in user input (buttons) --- #
|
||||
while True:
|
||||
(button, value) = form.Read()
|
||||
if button is 'EXIT' or button is None:
|
||||
break # exit button clicked
|
||||
|
|
Loading…
Reference in New Issue