Timothy Jaeryang Baek 1 주 전
부모
커밋
c5c6c32f24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/open_webui/routers/configs.py

+ 1 - 1
backend/open_webui/routers/configs.py

@@ -234,7 +234,7 @@ async def verify_tool_servers_config(
                                     )
                                     raise HTTPException(
                                         status_code=400,
-                                        detail=f"Failed to parse OAuth 2.1 discovery document from {discovery_urls[0]}",
+                                        detail=f"Failed to parse OAuth 2.1 discovery document from {discovery_url}",
                                     )
 
                 raise HTTPException(