update
This commit is contained in:
parent
117ee204a7
commit
2609428392
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user