This commit is contained in:
bvn13 2024-06-29 00:30:13 +03:00
parent 117ee204a7
commit 2609428392
2 changed files with 3 additions and 3 deletions

View File

@ -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 = {

View File

@ -1 +1 @@
1.3.1 1.3.2