From 4c7296ac8458c263983f877e747ded30bbbc2472 Mon Sep 17 00:00:00 2001 From: HKXluo Date: Sun, 4 May 2025 19:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Demo/SanjuuniApi-Demo/demo1.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/SanjuuniApi-Demo/demo1.lua b/Demo/SanjuuniApi-Demo/demo1.lua index bdaedcd..3cd3af4 100644 --- a/Demo/SanjuuniApi-Demo/demo1.lua +++ b/Demo/SanjuuniApi-Demo/demo1.lua @@ -44,7 +44,7 @@ print("\nConversion successful! Download URL:") print(download_url) luafile = http.get(download_url) if luafile then - peint("\nLua file downloaded successfully.") + print("\nLua file downloaded successfully.") local data = luafile.readAll() print("\nExecuting Lua code...") load(data)()