You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP 图片下载:修复 HttpClient.request 中用 or 短路表达式 pop raise_exception,raise_for_status 的默认 True 使 or 右侧永远不执行,导致 raise_exception 参数泄露到 httpx.Client.request() 引发 TypeError;改为分别 pop 后逻辑或