This commit is contained in:
2023-01-16 23:15:27 +08:00
parent bdae2e9163
commit 42b5537b4d
-2
View File
@@ -55,7 +55,6 @@ local function read_form_file()
return
end
end
elseif type == "body" then
if file then
file:write(res)
@@ -80,6 +79,5 @@ local function read_form_file()
end
end
read_form_file()