Fixing a bug in the original rtm api I found
authorEd Page <eopage@byu.net>
Sat, 25 Apr 2009 23:53:00 +0000 (18:53 -0500)
committerEd Page <eopage@byu.net>
Sat, 25 Apr 2009 23:53:00 +0000 (18:53 -0500)
src/rtm_api.py

index d275831..cda3f59 100644 (file)
@@ -336,7 +336,7 @@ API = {
                'setName':
                        [('timeline', 'list_id', 'name'), ()],
                'unarchive':
-                       [('timeline'), ('list_id'), ()],
+                       [('timeline', 'list_id'), ()],
        },
        'locations': {
                'getList':