Timothy Jaeryang Baek hai 2 meses
pai
achega
51242f4484
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      backend/open_webui/config.py

+ 2 - 2
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 {}
                 ),
             }