This commit is contained in:
Timothy Jaeryang Baek
2024-12-20 22:56:37 -08:00
parent 50db2514dc
commit 2fd7bbc259
2 changed files with 1 additions and 3 deletions

View File

@@ -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)