From 4eef0d9fd68dbc08a897da58164d1e832764e03a Mon Sep 17 00:00:00 2001 From: dekun Date: Thu, 20 Aug 2026 18:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=B7=E6=A0=BC=E5=BF=AB?= =?UTF-8?q?=E7=85=A7=E6=8E=A5=E5=8F=A3=20NameError=EF=BC=9A=E8=A1=A5?= =?UTF-8?q?=E5=85=A8=20order=5Fprices=20=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index e67533f..b5268d2 100644 --- a/app.py +++ b/app.py @@ -5802,6 +5802,7 @@ def api_price_snapshot(): } ) + order_prices = [] for r in order_rows: margin = float(r["margin_capital"] or 0) leverage = float(r["leverage"] or 0)