alexander-akhmetov / python-shortcuts

Create Siri Shortcuts with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run_shortcut not working

pbassham opened this issue · comments

I am having a problem getting the run shortcut action to work. I have it formatted like this.

[[action]]
type = "run_shortcut"
shortcut_name = "UpdateKit"
show = "False"

I get the error:
<class 'shortcuts.exceptions.UnknownActionError'>:
Unknown shortcut action: "run_shortcut"

"Run shortcut" action wasn't released. I just uploaded a new version to the pypi: 0.10.0, please install it :)

Works now, thanks!