Fix comment in recipe
This commit is contained in:
parent
7f6ac376e2
commit
cfcbb1f69f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue