搜索次数接口

This commit is contained in:
Miyamizu-MitsuhaSang 2025-11-06 19:25:13 +08:00
parent 055cad882b
commit 3d35e7325e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ async def get_search_time(request: Request):
if not count: if not count:
await redis.set(key, value=0) await redis.set(key, value=0)
count = 0 count = 0
print(count)
return { return {
"count": count, "count": count,
} }