From 117ee204a7ee0a4e01a19a4614f47159f7035c12 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Sat, 29 Jun 2024 00:27:18 +0300 Subject: [PATCH] update --- src/main.py | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.py b/src/main.py index c01b4ac..cf3d379 100644 --- a/src/main.py +++ b/src/main.py @@ -120,7 +120,8 @@ class CreateTaskResource: self.__todos_path = todos_path 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' if 'lists' in params: list_id = params['lists'] diff --git a/version b/version index 589268e..6261a05 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 \ No newline at end of file