From 5ae409bce63b90c1e78bc64ee1076f31d1b0822a Mon Sep 17 00:00:00 2001 From: sanbo Date: Fri, 27 Mar 2026 23:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=20fixbug:=20=E5=9C=A8=20f-string=20=E4=B8=AD?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8=E5=8D=95=E5=BC=95=E5=8F=B7?= =?UTF-8?q?=E6=9B=BF=E4=BB=A3=E5=8F=8C=E5=BC=95=E5=8F=B7=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E5=B5=8C=E5=A5=97=E5=BC=95=E5=8F=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/openai/payment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/openai/payment.py b/src/core/openai/payment.py index d4c43a4..eae5eb6 100644 --- a/src/core/openai/payment.py +++ b/src/core/openai/payment.py @@ -202,7 +202,7 @@ def generate_team_link( "&elements_session_client[is_aggregation_expected]=false" "&client_attribution_metadata[merchant_integration_additional_elements][0]=payment" "&client_attribution_metadata[merchant_integration_additional_elements][1]=address" - f"&key={data["publishable_key"]}" + f"&key={data['publishable_key']}" , proxies=_build_proxies(proxy), timeout=30,