From 48d3baf9803f673a101f6360a3d40b8211ec3e10 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 16 Oct 2023 16:04:29 -0600 Subject: update dependencies --- docs/posts/2023-02-08-Interact-with-siri-from-the-terminal.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/posts/2023-02-08-Interact-with-siri-from-the-terminal.html') diff --git a/docs/posts/2023-02-08-Interact-with-siri-from-the-terminal.html b/docs/posts/2023-02-08-Interact-with-siri-from-the-terminal.html index 2db536b..9b8973b 100644 --- a/docs/posts/2023-02-08-Interact-with-siri-from-the-terminal.html +++ b/docs/posts/2023-02-08-Interact-with-siri-from-the-terminal.html @@ -104,7 +104,7 @@ def execute_command(command_text: str) -> None: - """Execute a Siri command.""" + """Execute a Siri command.""" script = applescript.AppleScript(f""" tell application "System Events" to tell the front menu bar of process "SystemUIServer" @@ -141,8 +141,8 @@

Usage:

-
python3 main.py "play some taylor swift"
-python3 main.py "turn off the lights and play some music" --openai
+
python3 main.py "play some taylor swift"
+python3 main.py "turn off the lights and play some music" --openai
 
@@ -179,7 +179,7 @@ python3 main.py "turn off the lights and play some music&q
import applescript
 
 def execute_command(command_text: str) -> None:
-    """Execute a Siri command."""
+    """Execute a Siri command."""
 
     script = applescript.AppleScript(f"""
         tell application "System Events" to tell the front menu bar of process "SystemUIServer"
-- 
cgit v1.2.3