From 0fee96afb3828de5f8e7c69a793ebcd167e75fac Mon Sep 17 00:00:00 2001 From: wuaho Date: Wed, 18 Aug 2021 16:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/point.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routers/point.py b/routers/point.py index 8682fb0..a628804 100644 --- a/routers/point.py +++ b/routers/point.py @@ -20,8 +20,7 @@ def dest_partition(s: str) -> int: @router.post("/") async def point(request: Request, items: DataModel): try: - if items.public.get('b01') != 'e903ab24ad8f4bfca8a3ce7e122cd102': - print(items.json()) + print(items.json()) public_data, _ = restore_field(items.public) rdb = request.app.state.redis