update
This commit is contained in:
parent
117ee204a7
commit
2609428392
@ -123,8 +123,8 @@ class CreateTaskResource:
|
|||||||
def on_post(self, req, resp):
|
def on_post(self, req, resp):
|
||||||
params = req.params
|
params = req.params
|
||||||
list_id = 'default'
|
list_id = 'default'
|
||||||
if 'lists' in params:
|
if 'list' in params:
|
||||||
list_id = params['lists']
|
list_id = params['list']
|
||||||
file_path = self.__detect_todo_file_path(list_id)
|
file_path = self.__detect_todo_file_path(list_id)
|
||||||
if file_path == None:
|
if file_path == None:
|
||||||
quote = {
|
quote = {
|
||||||
|
Loading…
Reference in New Issue
Block a user