修复bug
This commit is contained in:
parent
97f42a952f
commit
4c7296ac84
@ -44,7 +44,7 @@ print("\nConversion successful! Download URL:")
|
|||||||
print(download_url)
|
print(download_url)
|
||||||
luafile = http.get(download_url)
|
luafile = http.get(download_url)
|
||||||
if luafile then
|
if luafile then
|
||||||
peint("\nLua file downloaded successfully.")
|
print("\nLua file downloaded successfully.")
|
||||||
local data = luafile.readAll()
|
local data = luafile.readAll()
|
||||||
print("\nExecuting Lua code...")
|
print("\nExecuting Lua code...")
|
||||||
load(data)()
|
load(data)()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user