diff --git a/src/main.py b/src/main.py index cf3d379..228598b 100644 --- a/src/main.py +++ b/src/main.py @@ -123,8 +123,8 @@ class CreateTaskResource: def on_post(self, req, resp): params = req.params list_id = 'default' - if 'lists' in params: - list_id = params['lists'] + if 'list' in params: + list_id = params['list'] file_path = self.__detect_todo_file_path(list_id) if file_path == None: quote = { diff --git a/version b/version index 6261a05..d5e98f7 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.2 \ No newline at end of file