Ver Fonte

refac/fix

Timothy Jaeryang Baek há 9 meses atrás
pai
commit
51242f4484
1 ficheiros alterados com 2 adições e 2 exclusões
  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 {}
                 ),
             }