区服信息搜索
This commit is contained in:
parent
12cf916a80
commit
4d0bc44849
|
@ -24,7 +24,6 @@ def has_session_permission() -> bool:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
key_name = f"{common.SESSION_PREFIX}:{username}:{session_id}"
|
key_name = f"{common.SESSION_PREFIX}:{username}:{session_id}"
|
||||||
print("===> key name", key_name)
|
|
||||||
return bool(redis_client.exists(key_name))
|
return bool(redis_client.exists(key_name))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue