From 26094283929b886cd7b6e068e64000c9a9563547 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Sat, 29 Jun 2024 00:30:13 +0300 Subject: [PATCH] update --- src/main.py | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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