Change locking boundaries for shared dict. Add a unit test.
[python_utils.git] / google_assistant.py
index 49c08d3c5efded9bc61e8f647d4c1deff98f5768..b92f443d6744882ddaa56418ed992b39b33c8568 100644 (file)
@@ -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",
 )