Skip to content

Commit fdd2854

Browse files
Merge pull request #3 from interdev/master
Updated to use the x-callback-url scheme from 2Do v2 MacOSX and v3 iOS
2 parents ac5f55d + f9667cb commit fdd2854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2do.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main(wf):
4242
twodo_list = default_list
4343

4444
# structure twodo "api" call
45-
url = 'twodo:///add?task=%s&forlist=%s' % (task_title, twodo_list)
45+
url = 'twodo://x-callback-url/add?task=%s&forlist=%s' % (task_title, twodo_list)
4646

4747
# Send the results to Alfred as XML
4848
alfred_title = 'Add task: %s' % (task_title)

0 commit comments

Comments
 (0)