搜索次数接口
This commit is contained in:
parent
055cad882b
commit
3d35e7325e
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue