diff options
| -rw-r--r-- | lib/listcommands.py | 2 | 
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]      }  |