From 3d35e7325e9a7e4b56dca99a34d6d4bf3ec2c7ae Mon Sep 17 00:00:00 2001 From: Miyamizu-MitsuhaSang <2510681107@qq.com> Date: Thu, 6 Nov 2025 19:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=AC=A1=E6=95=B0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/util_api/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/util_api/routes.py b/app/api/util_api/routes.py index 58c748b..93974b0 100644 --- a/app/api/util_api/routes.py +++ b/app/api/util_api/routes.py @@ -14,7 +14,7 @@ async def get_search_time(request: Request): if not count: await redis.set(key, value=0) count = 0 - + print(count) return { "count": count, }