X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=google_assistant.py;h=b92f443d6744882ddaa56418ed992b39b33c8568;hb=cba792bceda56c05b3427d6e44a9aeed7111eb8b;hp=49c08d3c5efded9bc61e8f647d4c1deff98f5768;hpb=55a3172e37855f388b9ba0dfc91641a6c9ad1376;p=python_utils.git diff --git a/google_assistant.py b/google_assistant.py index 49c08d3..b92f443 100644 --- a/google_assistant.py +++ b/google_assistant.py @@ -21,14 +21,14 @@ parser.add_argument( type=str, default="http://kiosk.house:3000", metavar="URL", - help="How to contact the Google Assistant bridge" + help="How to contact the Google Assistant bridge", ) parser.add_argument( "--google_assistant_username", type=str, metavar="GOOGLE_ACCOUNT", default="scott.gasch", - help="The user account for talking to Google Assistant" + help="The user account for talking to Google Assistant", )