From 51242f4484f7699d0f53e2a322db38e399e1981a Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 16 Jul 2025 22:22:59 +0400 Subject: [PATCH] refac/fix --- backend/open_webui/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index 4838ee76b2..28c9054a34 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -648,8 +648,8 @@ def load_oauth_providers(): } if OAUTH_TOKEN_ENDPOINT_AUTH_METHOD.value else {} - ) - ** ( + ), + **( {"timeout": int(OAUTH_TIMEOUT.value)} if OAUTH_TIMEOUT.value else {} ), }