mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
fix: discovery url
This commit is contained in:
parent
ddb109a456
commit
73f32a88e3
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ async def verify_tool_servers_config(
|
|||
)
|
||||
async with aiohttp.ClientSession() as session:
|
||||
async with session.get(
|
||||
discovery_urls[0]
|
||||
discovery_url
|
||||
) as oauth_server_metadata_response:
|
||||
if oauth_server_metadata_response.status == 200:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue