修复bug

This commit is contained in:
HKXluo 2025-05-04 19:46:43 +08:00
parent 97f42a952f
commit 4c7296ac84
No known key found for this signature in database
GPG Key ID: 498DD8DAE5261F38

View File

@ -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)()