summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/listcommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/listcommands.py b/lib/listcommands.py
index d8c7ad9..a47d8f5 100644
--- a/lib/listcommands.py
+++ b/lib/listcommands.py
@@ -10,7 +10,7 @@ class ListCommands(object):
'info' : 'this is stout',
'set' : ['set a value', 3],
'get' : ['return a value', 3],
- 'add' : 'new TODO',
+ 'add' : ['new TODO',],
'del' : ['del TODO', 2]
}