From cf14d26e3503549422677e5dffb9e54fdb5a138d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 21 Jul 2017 14:45:10 +0200 Subject: fixed info add --- lib/listcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] } -- cgit v1.2.3-18-g5258