From ed563e1604cf31cb01f4646dfe063dd66b75b4e1 Mon Sep 17 00:00:00 2001 From: mrtedn21 Date: Tue, 21 Nov 2023 12:43:04 +0700 Subject: [PATCH] test --- martin_eden/core.py | 3 --- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/martin_eden/core.py b/martin_eden/core.py index 80217ee..6fa2368 100644 --- a/martin_eden/core.py +++ b/martin_eden/core.py @@ -54,9 +54,6 @@ async def handle_request(self) -> bytes: '404 not found' ) - if controller == 12: - pass - if http_parser.method_name == HttpMethod.POST: response = await self._get_response_for_post_method( controller, http_parser.body, diff --git a/pyproject.toml b/pyproject.toml index 0f9910e..8cbb502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "martin-eden" -version = "0.10.4" +version = "0.10.5" description = "async backend framework on sockets" authors = ["mrtedn21 "] readme = "README.md"