pastebin oops

This commit is contained in:
kepler155c@gmail.com 2019-04-12 09:31:28 -04:00
parent 8220ed1066
commit 263a32094c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ end
-- Download the contents of a paste
local function download(code)
if type(url) ~= "string" then
if type(code) ~= "string" then
error("bad argument #1 (expected string, got " .. type(code) .. ")", 2)
end