Skip to content

Commit

Permalink
Remove an unnecessary break from assistant_grpc_demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enetor committed Sep 12, 2017
1 parent a0da9fa commit c9e8471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assistant_grpc_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def main():
button.wait_for_press()
status_ui.status('listening')
print('Listening...')
break
text, audio = assistant.recognize()
if text is not None:
if text == 'goodbye':
Expand Down

0 comments on commit c9e8471

Please sign in to comment.