区服信息搜索

This commit is contained in:
chenzuoqing 2021-12-17 11:45:58 +08:00
parent 12cf916a80
commit 4d0bc44849
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ def has_session_permission() -> bool:
return False
key_name = f"{common.SESSION_PREFIX}:{username}:{session_id}"
print("===> key name", key_name)
return bool(redis_client.exists(key_name))