please let the not be fucking horrible
This commit is contained in:
parent
3e36e1dd21
commit
b8affd203f
2 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,7 @@ local function getAllFiles(program)
|
|||
|
||||
print("#DEBUG currentFiles " .. currentFiles)
|
||||
|
||||
local updateResult = http.post(updateUrl, currentFiles)
|
||||
local updateResult = http.post(updateUrl, "content=" .. textutils.urlEncode(currentFiles))
|
||||
if updateResult == nil then
|
||||
print("error! getting updates for " .. program)
|
||||
error()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue