We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac5f55d + f9667cb commit fdd2854Copy full SHA for fdd2854
2do.py
@@ -42,7 +42,7 @@ def main(wf):
42
twodo_list = default_list
43
44
# structure twodo "api" call
45
- url = 'twodo:///add?task=%s&forlist=%s' % (task_title, twodo_list)
+ url = 'twodo://x-callback-url/add?task=%s&forlist=%s' % (task_title, twodo_list)
46
47
# Send the results to Alfred as XML
48
alfred_title = 'Add task: %s' % (task_title)
0 commit comments