Update applescript_pipeline.py

This commit is contained in:
Timothy J. Baek 2024-05-22 10:38:36 -07:00
parent 168ab96449
commit 7a7ffdb155

View File

@ -35,7 +35,7 @@ class Pipeline:
if body.get("title", False):
print("Title Generation")
return "PyAutoGUI Pipeline"
return "AppleScript Pipeline"
else:
if "user" in body:
print("######################################")