From 5b3a7da0bff527c27bf6e2aac276e8d463a52b56 Mon Sep 17 00:00:00 2001 From: krish130899 <55666369+krish130899@users.noreply.github.com> Date: Sun, 22 Sep 2019 23:24:09 +0530 Subject: [PATCH] Update pushtotalk.py --- google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py b/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py index 9e81850..c905c32 100644 --- a/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py +++ b/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py @@ -252,7 +252,7 @@ def gen_assist_requests(self): metavar='', default='en-US', help='Language code of the Assistant') -@click.option('--display', is_flag=True, default=False, +@click.option('--display', is_flag=True, default=True, help='Enable visual display of Assistant responses in HTML.') @click.option('--verbose', '-v', is_flag=True, default=False, help='Verbose logging.')