Fix other dumb mistake
This commit is contained in:
parent
610893222b
commit
ac23c993d0
@ -38,7 +38,7 @@ local function main()
|
|||||||
|
|
||||||
log.info("Downloading index file")
|
log.info("Downloading index file")
|
||||||
local indexrequest = http.get(URLs.fileIndex)
|
local indexrequest = http.get(URLs.fileIndex)
|
||||||
local index = textutils.unserializeJson(indexrequest.readAll())
|
local index = textutils.unserializeJSON(indexrequest.readAll())
|
||||||
indexrequest.close()
|
indexrequest.close()
|
||||||
|
|
||||||
if (index == nil) then
|
if (index == nil) then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user