update
This commit is contained in:
parent
4888f3d485
commit
117ee204a7
@ -120,7 +120,8 @@ class CreateTaskResource:
|
|||||||
self.__todos_path = todos_path
|
self.__todos_path = todos_path
|
||||||
self.__config = self.__read_config_file(config_file)
|
self.__config = self.__read_config_file(config_file)
|
||||||
|
|
||||||
def on_post(self, req, resp, params):
|
def on_post(self, req, resp):
|
||||||
|
params = req.params
|
||||||
list_id = 'default'
|
list_id = 'default'
|
||||||
if 'lists' in params:
|
if 'lists' in params:
|
||||||
list_id = params['lists']
|
list_id = params['lists']
|
||||||
|
Loading…
Reference in New Issue
Block a user