From 34741155d338c2151df0a9118781240ddd563f30 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Thu, 11 Dec 2025 14:58:13 +0800 Subject: [PATCH] update pay ui --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 72565646..b0d95e1e 100755 --- a/app.py +++ b/app.py @@ -6786,7 +6786,7 @@ def get_flex_screen_quotes(): high, low, volume, - amount, + amt, timestamp FROM stock.stock_minute WHERE toDate(timestamp) = today()