diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-21 14:45:10 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-21 14:45:10 +0200 |
commit | cf14d26e3503549422677e5dffb9e54fdb5a138d (patch) | |
tree | b7294848289e9ecb4f9ef28cb139d0ad07bb4372 /lib | |
parent | 6224d8a897c783e10c7e14238f0c84aa82033082 (diff) |
fixed info add
Diffstat (limited to 'lib')
-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] } |