mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
error
This commit is contained in:
parent
f7f90abf15
commit
1906dfd731
1 changed files with 1 additions and 1 deletions
|
|
@ -2761,7 +2761,7 @@ if MCP_AVAILABLE:
|
|||
for read_stream, auth in _session_auth_storage.items():
|
||||
if getattr(
|
||||
read_stream, "_state", id(read_stream)
|
||||
) is getattr(writer, "_state", id(writer)):
|
||||
) == getattr(writer, "_state", id(writer)):
|
||||
session_auth = auth
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue