From 47465258223a958821a0890d488499cf2f0abbf7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 29 Mar 2026 18:39:40 +0800 Subject: [PATCH] bugfix --- llmage/asyncinference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 24341a9..a94c42d 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -25,7 +25,7 @@ where userid=${userid}$ recs = await sor.sqlExe(sql, { 'date': today, 'userid': userid - } + }) return recs return []