mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-10 12:52:49 +02:00
refac
This commit is contained in:
@@ -252,6 +252,4 @@ def get_event_call(request_info):
|
||||
|
||||
|
||||
def get_user_id_from_session_pool(sid):
|
||||
print("get_user_id_from_session_pool", sid)
|
||||
print(SESSION_POOL.get(sid))
|
||||
return SESSION_POOL.get(sid)
|
||||
|
Reference in New Issue
Block a user