WyldKard
Sep 29, 2021 - 19:59
Since updating to iOS 15, Shortcuts crashes when I try to add Pythonista's "Run Script" action. A reboot of the device did not fix the problem.
Since updating to iOS 15, Shortcuts crashes when I try to add Pythonista's "Run Script" action. A reboot of the device did not fix the problem.
@WyldKard I'm not sure it did work before iOS 15 because we are a lot to use
url = pythonista3://myfolder/myscript.py?action=run
open url
instead of run script due to the problem that run script did not accept argument from years.
@cvp said:
@WyldKard png to ico I'm not sure it did work before iOS 15 because we are a lot to use
url = pythonista3://myfolder/myscript.py?action=run
open urlinstead of run script due to the problem that run script did not accept argument from years.
Thanks! I will work on it.