From 3ba0a4b55c256c3e129f07633bbc6ad50fed2387 Mon Sep 17 00:00:00 2001 From: paituo <330435863@qq.com> Date: Fri, 4 Jul 2025 14:03:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B2=A1=E6=9C=89=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E8=BE=93=E5=87=BABUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/streamlt_showcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/streamlt_showcode.py b/tools/streamlt_showcode.py index ccf276d..de0dfb4 100644 --- a/tools/streamlt_showcode.py +++ b/tools/streamlt_showcode.py @@ -98,7 +98,7 @@ def run_code(data): "data": None } - result = code_executor.execute_code(data['code']) + return code_executor.execute_code(data['code']) def main(): st.set_page_config(layout="wide", page_title="JSONL查看器")